Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Rename .test files to .asm | David Phillips | 2019-08-03 |
* | Add some (failing) tests | David Phillips | 2019-08-03 |
* | Tidy test runner script | David Phillips | 2019-08-03 |
* | Add test for asm-disasm-asm, fix bug with labels | David Phillips | 2019-08-03 |
* | Implement quick disassembler | David Phillips | 2019-08-03 |
* | Misc tidy up of assembler sources | David Phillips | 2019-08-03 |
* | Add support for // /**/ style comments | David Phillips | 2019-08-03 |
* | Fix bug lexing char values | David Phillips | 2019-08-03 |
* | More unused code removal | David Phillips | 2019-08-03 |
* | Remove superfluous printfs, factor reg table lookup | David Phillips | 2019-08-03 |
* | emit_error -> emit, factor keywords out | David Phillips | 2019-08-03 |
* | Small tidy up of headers, misc output | David Phillips | 2019-08-03 |
* | Factor out various lookup tables | David Phillips | 2019-08-03 |
* | Tidy assembler.c | David Phillips | 2019-08-03 |
* | Dirst dump of working prototype | David Phillips | 2019-08-03 |