summaryrefslogtreecommitdiffstats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added 64bit compatibility ;)Andreas Nüßlein2009-07-075-9/+9
|
* cleanupBenedikt Böhm2009-07-071-4/+0
|
* implement memory bounds checkingBenedikt Böhm2009-07-075-1/+15
|
* push command line params onto stackBenedikt Böhm2009-07-071-0/+6
|
* make instruction 64-bit wide to support more than 32 registersBenedikt Böhm2009-07-079-74/+81
|
* minor fixesBenedikt Böhm2009-07-061-0/+1
|
* implement print statementBenedikt Böhm2009-07-062-10/+5
|
* fix segmentation fault on syntax errorBenedikt Böhm2009-07-061-7/+7
|
* remove test filesBenedikt Böhm2009-07-045-195/+0
|
* adapt emulator for generator changes:Benedikt Böhm2009-07-0414-219/+450
| | | | | | | | - 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-023-29/+29
|
* fix CMP instructionBenedikt Böhm2009-05-191-2/+2
|
* move stuff around and create initial source structureBenedikt Böhm2009-05-1817-0/+736