summaryrefslogtreecommitdiffstats
path: root/src/emu/cpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adapt emulator for generator changes:Benedikt Böhm2009-07-041-85/+90
| | | | | | | | - new instructions (push, pop, call, ret) - new pseudo-registers (bp, sp, rv) - new binary format - dynamic register file size - removed obsolete instructions
* adapt instructions changes from back/tac.pyJana Rekittke2009-07-021-17/+15
|
* fix CMP instructionBenedikt Böhm2009-05-191-2/+2
|
* move stuff around and create initial source structureBenedikt Böhm2009-05-181-0/+237