Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added 64bit compatibility ;) | Andreas Nüßlein | 2009-07-07 | 5 | -9/+9 |
| | |||||
* | cleanup | Benedikt Böhm | 2009-07-07 | 1 | -4/+0 |
| | |||||
* | implement memory bounds checking | Benedikt Böhm | 2009-07-07 | 5 | -1/+15 |
| | |||||
* | push command line params onto stack | Benedikt Böhm | 2009-07-07 | 1 | -0/+6 |
| | |||||
* | make instruction 64-bit wide to support more than 32 registers | Benedikt Böhm | 2009-07-07 | 9 | -74/+81 |
| | |||||
* | minor fixes | Benedikt Böhm | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | implement print statement | Benedikt Böhm | 2009-07-06 | 2 | -10/+5 |
| | |||||
* | fix segmentation fault on syntax error | Benedikt Böhm | 2009-07-06 | 1 | -7/+7 |
| | |||||
* | remove test files | Benedikt Böhm | 2009-07-04 | 5 | -195/+0 |
| | |||||
* | adapt emulator for generator changes: | Benedikt Böhm | 2009-07-04 | 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 | ||||
* | adapt instructions changes from back/tac.py | Jana Rekittke | 2009-07-02 | 3 | -29/+29 |
| | |||||
* | fix CMP instruction | Benedikt Böhm | 2009-05-19 | 1 | -2/+2 |
| | |||||
* | move stuff around and create initial source structure | Benedikt Böhm | 2009-05-18 | 17 | -0/+736 |