Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-06 | - Made the stack pointer 64 bit, rather than 16 bit. | mrb0nk500 | |
This is to allow for making the stack bigger for anything that needs to change the size of it. - Made the SuB Suite set the stack pointer to the end of the usable RAM, and allow for changing the stack size. In this case, the size of the stack is currently set to 192K, with the end of the heap being just below the stack. | |||
2020-08-30 | - Did some more work on SuBAsm's lexer. | mrb0nk500 | |
- Optimized the memory read, and write functions. - Made the emulator faster, and cleaner in general. |