2017.01.08
ADS4004 = 4004 Assembler + Disassembler + Simulator, written in Standard C.
●How to Build
$ gcc -o ads4004 ads4004.c
●How to Launch CUI Command
(1) Assemble
$ ads4004 -a test.src
Generate Assemble List test.src.lis and Binary test.src.hex
(2) Disassemble
$ ads4004 -d test.src.hex
Generate Disassemble List test.src.hex.lis
(3) Simulator
$ ads4004 s test.src.hex
Generate Simulation Log test.src.hex.sim
●Assembler Description Format
Refer to test.src or sample.src.
●System Assumption in the Simulator
●Interactive Commands in the Simulator