cardiograph-computer/notes/issues/issues.md

311 B

Cardiograph issues

Open

#1 - Improve CLI interface

I'm thinking of an interface like this...

$ ./cpu.js -mc code.bin  
$ ./cpu.js code.asm
$ ./cpu.js --debug code.asm

Full list of flags I want:

-d --debug
-s --singlestep
-p --prettydisplay
-mc --machinecode

Closed