ReadMe.txt ================ Introduction ------------- Paul Robson's MK14 simulator Using an Assember I can write SC/MP code and load it using MK14 duck.asm The COSMAC ELF website has an assembler rcasm Unfortunately it calculates relative addresses incorrectly for SC/MP so I have added \E option to allow for this \D calculates a relative offset which is okay for jumps but is -1 \E calculates a relative offset which is okay for LD and ST direct 8060.def has \E To Build:- ------------- ..\tcc *.c To assemble:- ------------- .\asm duck.asm -h to run:- MK14 duck.hex type 0f24 G To Do:- ------------- Tidy up source code JMP label(1) uses \D. This needs some thought.