A89: Re: canteen


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

A89: Re: 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.

Ok, I got it to work (don't know how, I didn't even recompile the program),
but it will only work with a new format kernal installed ... so much for
compatability.

>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

This isn't right.  Could someone look in an older version of tios.h and tell
me what it should be?

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