summaryrefslogtreecommitdiffstats
path: root/src/emu/cpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added 64bit compatibility ;)Andreas Nüßlein2009-07-071-1/+1
|
* implement memory bounds checkingBenedikt Böhm2009-07-071-0/+4
|
* make instruction 64-bit wide to support more than 32 registersBenedikt Böhm2009-07-071-26/+27
|
* minor fixesBenedikt Böhm2009-07-061-0/+1
|
* 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