summaryrefslogtreecommitdiffstats
path: root/src/emu/cpu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added 64bit compatibility ;)Andreas Nüßlein2009-07-071-1/+1
|
* implement memory bounds checkingBenedikt Böhm2009-07-071-0/+1
|
* make instruction 64-bit wide to support more than 32 registersBenedikt Böhm2009-07-071-1/+3
|
* adapt emulator for generator changes:Benedikt Böhm2009-07-041-4/+13
| | | | | | | | - new instructions (push, pop, call, ret) - new pseudo-registers (bp, sp, rv) - new binary format - dynamic register file size - removed obsolete instructions
* move stuff around and create initial source structureBenedikt Böhm2009-05-181-0/+29