DCPU-16 Assembler & Emulator

fork of original by deNULL. Experimental hacking version.
This version using a colour graphics mode as described here. Palette is Arne's 16 colour palette which is a much better general purpose 16 colour palette
I have also defined a sprite system (only partially implemented here, but enough to play with).

Screen:


Cycles: 0

Registers:

PC:0 SP:ffff
A:0 B:0 C:0
X:0 Y:0 Z:0
I:0 J:0
O:0

Memory dump:

Keyboard input is available while the program is running.
Click on the line numbers to toggle breakpoints.