Skip to content

lilyball/dcpu16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCPU-16

This is a cycle-accurate implementation of the DCPU-16 CPU in Go.

To fetch:

git clone https://github.com/kballard/dcpu16.git

Emulator

The emulator reads big-endian compiled programs and executes them at a set 100KHz. It can be quit by pressing ^C. It supports full color emulation within the limits of the xterm-256 color protocol, as well as the cyclic keyboard buffer. It does not support font mappings (due to the limitations of terminal output).

To build:

go build

About

A cycle-accurate implementation of @notch's dcpu-16 in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published