Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Added a few preprocessor directives, including _display_ source code.tar.gz | 2023-07-23 | 2.1 MB | |
Added a few preprocessor directives, including _display_ source code.zip | 2023-07-23 | 2.1 MB | |
Added a few preprocessor directives, including _display_.tar.gz | 2023-07-23 | 2.1 MB | |
Added a few preprocessor directives, including _display_.zip | 2023-07-23 | 2.1 MB | |
README.md | 2023-07-23 | 562 Bytes | |
Totals: 5 Items | 8.5 MB | 0 |
I have added a few preprocessor directives, including display
(for printing constants and strings to the terminal at the assembly time), if
-branching, if
-else
-branching, and while
-loops. Added the "Preprocessor Test" example, which uses those new preprocessor directives to calculate and print Fibonacci numbers smaller than 100 at the assembly time. Some bugs are left, including one preventing one from using the syntax highlighter in programs containing operators <
and >
.