Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | - Implemented the multiply expression into the assembler. | mrb0nk500 | |
- Implemented support for the SIB addressing mode into the assembler. SIB is short for "Scale Index, and Base", and works much like x86's version of SIB (scale*index+base), although my version supports any scale value between 1, and 256. - Redid the line shifting routine in SuBEditor. It now uses memcpy, and memset to do that, and also supports shifting the line left, or right by any number of characters. | |||
2021-02-13 | - Reverted back one commit before the previous commit. | mrb0nk500 | |
This is because the previous commit actually created a bug, rather than fixing one. - Added JMP, and JSR to the ortho extension, and implemented them both in the assembler, and emulator. |