A89: canteen


[Prev][Next][Index][Thread]

A89: canteen




I'm trying to compile a program using the new format (plusshell utilites)
that isn't working.  The program just returns when I try running it with or
without a shell ... I tried running it on the old version of doorsos and I
got an address error.  The first line of my code is jsr util::clr_scr and it
didn't even clear the screen before displaying the address error, so I don't
think the problem is in my code, but in neglecting something from the new
format.
Something weird I noticed was that tios uses an equate, "tios::heap", that
it doesn't define; I added this so that it would compile, but I don't know
if it's right:

tios::Heap     equ     _ROM_CALL_02F+$10a


also, how do you turn off that status bar at the bottom of the screen?