dcpu16py icon indicating copy to clipboard operation
dcpu16py copied to clipboard

A Python implementation of Notch's DCPU-16 (complete with assembler, disassembler, debugger and video terminal implementations)

Results 2 dcpu16py issues
Sort by recently updated
recently updated
newest added

Hi there, [LLVM backend](http://github.com/krasin/llvm-dcpu16) has to emit the instructions like: ``` dasm16 :autoinit ;;Init data stack register C SET I, SP SUB I, 256 :autostart JSR main :autohalt SET PC,...

Just like we have DAT (similar to the DFB in old 8-bit CPU assemblers) I think we need something like an EQU instruction in our assemblers for setting constants. Has...