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