Re: A82: TI-82 Shell
[Prev][Next][Index][Thread]
Re: A82: TI-82 Shell
ok tanx =)
On Sat, 25 Oct 1997 16:49:03 -0700 Matt Maurano <maurano@best.com>
writes:
>Not hard. Just replace the calls with CALL_()s, the jps with JUMP_(),
>and do
>a ld de, PROGRAM_ADDR, add hl,de whenever you use something inside the
>program. Right now, just look at the zshell school. Get a copy of ash
>2.0
>(Or oshell), and figure out how to program for it. Once you get that,
>move
>to ash 3.0- not very hard. The only real difference is display, size
>and
>access to it. Dines had some good code for direct access to the
>display a
>while ago that he posted. And, the size issue means you only need to
>convert
>from 64x128 to 64x96. Otherwise, the zshell school will teach you most
>everything you need to know, the rest, just read this list.
>
>Bennie R Copeland wrote:
>
>> oh well I prefer OS-82, how hard would it be to take the Ash school
>info
>> and convert it for OS-82?
>
>
References: