Age | Commit message (Collapse) | Author |
|
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.
|
|
emulator some more.
I optimized the emulator by replacing the main loop
from a conditional while loop, to an unconditional for
loop.
|
|
emulator smaller, and faster.
I am also starting to make SuBEditor's source code
more readable.
|
|
We're now Free Software!!!
|
|
AKA, referencing a label before it has been declared
yet.
|
|
monitor.
I also rewrote the fibonacci program to include lables.
|
|
from it into sux.c.
|