Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Added GPLv2. | mrb0nk500 | |
We're now Free Software!!! | |||
2019-12-24 | Added support for Indirect addressing modes, and allow | mrb0nk500 | |
for use of the B register as an operand, for ALU based instructions. This allows for both low code size, and high performance. This means we can save upto 9 bytes, by just using the B register for ALU operations, rather than using a memory address. The indirect addressing modes, give Sux the abillity to now use pointers. Hope you guys have a Merry Christmas! From mr b0nk 500 <b0nk@b0nk.xyz> | |||
2019-12-19 | Fixed some bugs in both the assembly language | mrb0nk500 | |
monitor, and the cursor movement routines for SuBAsm. | |||
2019-12-18 | Start work on SuBAsm. | mrb0nk500 | |
Also added support for moving the cursor arround. |