Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-29 | Report some stats of the actual program when working | Aryadev Chavali | |
2023-11-08 | Added log in assembler for reading a certain number of bytes | Aryadev Chavali | |
2023-11-03 | Removed tabs from VERBOSE logs in asm/main.c | Aryadev Chavali | |
2023-11-03 | Refactor assembler to use prog_t structure | Aryadev Chavali | |
Set the program structure correctly with a header using the parsed global instruction. | |||
2023-11-02 | Better logs for assembler | Aryadev Chavali | |
2023-11-01 | Clearer VERBOSE messages | Aryadev Chavali | |
2023-10-31 | asm/main logs are now indented and look prettier | Aryadev Chavali | |
2023-10-31 | Lexer now returns errors on failure | Aryadev Chavali | |
Currently only for invalid character literals, but still a possible problem. | |||
2023-10-29 | Added a "usage" message and colours for assembler | Aryadev Chavali | |
Prints useful and pretty messages when verbose being at least 1. | |||
2023-10-28 | Introduce error reporting in asm/main | Aryadev Chavali | |
Pretty simple implementation, I've stopped printing the tokens cos I think the lexer is done. | |||
2023-10-26 | Plugged in asm/parser to asm/main | Aryadev Chavali | |
Just prints instructions so far. | |||
2023-10-26 | asm/main now uses TOKEN_STREAM_AT | Aryadev Chavali | |
2023-10-26 | Unified literal for numbers, main program now tokenises | Aryadev Chavali | |
2023-10-25 | Separated lexer from main file in asm | Aryadev Chavali | |
2023-10-24 | Wrote lexer for assembly | Aryadev Chavali | |
Pretty simple tokeniser, doesn't do a lot and needs to error check better. | |||
2023-10-23 | Starting development on assembly language | Aryadev Chavali | |