sim: added cmds
authorMartin Perner <martin@perner.cc>
Sun, 31 Oct 2010 12:21:00 +0000 (13:21 +0100)
committerMartin Perner <martin@perner.cc>
Sun, 31 Oct 2010 12:39:57 +0000 (13:39 +0100)
commit78236d0bec463add160c1ef94042c0a529c3831d
tree6942fd2c9e4d132982f9af3677b8432da5d313b4
parentdc0be5333c70296e3271b432305c7901fc6c14bb
sim: added cmds

may be buggy on overflow and carry bit!
13 files changed:
3b_sim/.gitignore [new file with mode: 0644]
3b_sim/Makefile.flags
3b_sim/ccpu.cpp
3b_sim/ccpu.hpp
3b_sim/sim.cpp
3c_disasm/ccpu.hpp [new symlink]
3c_disasm/cdat.hpp [new symlink]
3c_disasm/cmem.hpp [new symlink]
3c_disasm/cpmem.hpp [new symlink]
3c_disasm/dasm.cpp
3c_disasm/instr/add.cpp
3c_disasm/instr/addi.cpp
3c_disasm/instr/subi.cpp