Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 289 Bytes

DCPU#

DCPU# is my 'me-too' implementation of the DCPU.

For now, there's only the emulator/debugger. Run an assembled program with dcpu <path/to/object_file>. At the prompt, press enter to execute the next instruction or 'q' to quit.

Expect some fancier debugging features shortly!