summaryrefslogtreecommitdiffstats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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