Wrap immediate opcodes
Removed extra space
Fixed lc opcode
A partial emulator for the Varvara Ordinator, written in ANSI C.
This emulator has a very limited of features, it has just enough device support as to be capable of assembling roms with Drifloon.
If you wish to build the emulator:
tcc src/uxnmin.c -o bin/uxnmin
Tested with gcc, tcc and cproc.
The first parameter is the rom file, the subsequent arguments will be accessible to the rom, via the Console vector.
bin/uxnmin bin/console.rom arg1 arg2
Submit patches using git send-email to the ~rabbits/public-inbox mailing list.