| Age | Commit message (Collapse) | Author |
|
the commas for rmmod.reg registers is quite elegant i think.
i hope it ends up working well
|
|
nothing functional, mostly my comments as i figure all this out
|
|
|
|
|
|
i forgot i yoinked my ALLOT from jonesforth which returns
a value. may change this but it would require a few rewrites so eh
|
|
|
|
|
|
|
|
|
|
|
|
holby Sheet!! numeric i/o is real!!!
need to test different bases. if hex works
and also if number padding works (i have not tested that yet)
i can start writing better debugging tools and i can stop
having to pipe my output through xxd!!
this also will mean the end of DONEDONEYIPPEEEE,,,, :<
|
|
|
|
for some reason a separate PAD section wasn't working.
this also fixes the 18 digit Issue. there are still issues i need to
sort out though.
|
|
i still haven't figured out the PNO issue yet.
working on it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
realising that my plan of just Rewriting everything in forth
later was a little Silly, and i can just create a TIB variable
and use initfile as its initial value. probably should also
create a #TIB variable and make the interpreter (or parse?)
use it. i think this makes an EVALUATE word (idk if that was
what it was called?) possible too which means file reading
and input from terminal would also be possible. wonderful!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i Probably should change : to use this.
and while i'm at it make a word for setting/unsetting the smudge bit.
|
|
|
|
|
|
i think that doing Everything in forth while possible
is kinda putting more effort in for no reason,
so we now have BASE and the ability to use hex digits. whee!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will need to write some docs here later
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i don't know how to mark the heap as executable.
im not entirely sure it's possible.
we can't increase its size with this
but it Works.
compiling mode still doesn't work though...
the code in `test` runs in interpreting mode.
|
|
compiling is fucked still
interpreting is fixed (no longer leaves its debris on the stack)
|
|
gonna have to enter the debugging mines soon
|