SC/MP + NIBL emulator

Dear all.

Please find attached a not yet ready/able to compile SC/MP + NIBL tiny basic interpreter for auduino.
The source was VC++ win32. I converted via TC to dos. Both is included and compiles + runs just fine.
I try to converted to arduino (converted c++ class to pure c), but have issues in declaration of function and memory array.

Maybe someone has time and is willing to solve the issues.

Links:
http://www.dos4ever.com/SCMP/SCMP.html

http://121.73.5.55/scamp/files/SCMPNIBL/

Peter

arduino_scmpnibl.zip (61.8 KB)

Dear all.

Now I have a VERY simple skeleton type SC/MP simulator available.
It is NOT a real system emulation yet!
Just enough to enter data and step/run it etc..
Under directory roms are (nibl, elbug, mk14) data for future use. All such system have their own I/O magic.

Plan is to extend this sometimes into real emulation of above systems.

Help:
? = this help
0 = zero memory
1 = copy test1 program to memory
9 = reset CPU
D = dump memory
E = enter program to memory
S = single step through program
R = run through program until HALT

Peter

arduino_scmp.zip (15.2 KB)