summaryrefslogtreecommitdiff
path: root/src/tokenizer.rs
Commit message (Collapse)AuthorAge
* Change op-codes for JMP and JCN instructionsBen Bridle2023-12-19
| | | | | | The JMP and JSR op-codes no longer include a * character, and the double-mode JCN op-codes have been changed to JSN to reflect a change in the instruction set of the Bedrock processor.
* Implement null-terminated stringsBen Bridle2023-11-26
| | | | | | Double-quoted strings are automatically terminated by null bytes, with single-quoted strings maintaining the prior non-terminated string behaviour.
* Tidy up code and commentsBen Bridle2023-11-26
|
* Implement name-spaced macrosBen Bridle2023-11-26
|
* Change operation mnemonics to reflect spec changesBen Bridle2023-11-26
|
* Implement string literalsBen Bridle2023-11-26
|
* Added detection of cyclic macro references, and made assembler binary usableBen Bridle2023-05-08
|
* About to refactor parser to be a struct with a method for each stageBen Bridle2023-05-06