Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-07 | added 64bit compatibility ;) | Andreas Nüßlein | 5 | -9/+9 | |
2009-07-07 | cleanup | Benedikt Böhm | 1 | -4/+0 | |
2009-07-07 | implement memory bounds checking | Benedikt Böhm | 5 | -1/+15 | |
2009-07-07 | push command line params onto stack | Benedikt Böhm | 1 | -0/+6 | |
2009-07-07 | make instruction 64-bit wide to support more than 32 registers | Benedikt Böhm | 9 | -74/+81 | |
2009-07-06 | minor fixes | Benedikt Böhm | 1 | -0/+1 | |
2009-07-06 | implement print statement | Benedikt Böhm | 2 | -10/+5 | |
2009-07-06 | fix segmentation fault on syntax error | Benedikt Böhm | 1 | -7/+7 | |
2009-07-04 | remove test files | Benedikt Böhm | 5 | -195/+0 | |
2009-07-04 | adapt emulator for generator changes: | Benedikt Böhm | 14 | -219/+450 | |
- new instructions (push, pop, call, ret) - new pseudo-registers (bp, sp, rv) - new binary format - dynamic register file size - removed obsolete instructions | |||||
2009-07-02 | adapt instructions changes from back/tac.py | Jana Rekittke | 3 | -29/+29 | |
2009-05-19 | fix CMP instruction | Benedikt Böhm | 1 | -2/+2 | |
2009-05-18 | move stuff around and create initial source structure | Benedikt Böhm | 17 | -0/+736 | |