Re: A82: ASH progs no greater than 14K? .. libs


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

Re: A82: ASH progs no greater than 14K? .. libs



You obviously weren't here for the great library debate a couple weeks
ago.....

-----Original Message-----
From: Humberto Yeverino <humberto@engr.csufresno.edu>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: Saturday, December 06, 1997 6:18 PM
Subject: Re: A82: ASH progs no greater than 14K? .. libs


>When Ash 4.0 comes out It should have libraries. That way if you had to go
>over 14K you could put some functions in a library.  People didn't like
>libraries on the 85 but it depends on how you use them.  I use Rigel, the
>best 85 shell because it has it all, relocation, libraries, interupt
>handlers and tsrs, plus it's easy to program for.  So far there hasn't
>been a game released for Rigel that uses libraries but it's good that they
>are still a possiblity.
>
>summary: Dines, put libraries in Ash 4.0.
>
>-Humberto
>
>http://www.engr.csufresno.edu/~humberto/
>humberto@engr.csufresno.edu
>
>On Sat, 6 Dec 1997, ADAMMAN106 wrote:
>
>> One solution is to use multiple progs, the second prog with a ret as the
first
>> line (in case it is executed in Ash) and get Dines to give you info on
the
>> relocator (i.e. address and input) so you can relocate it when you need
that
>> part, then relocate back to the original when you jump to it.  Very
>> complicated though.
>> The only other solution I know of would be to write your own relocation
prog
>> and execute it from Ash to relocate DE.  Details I don't know, but this
needs
>> to be resolved.
>> Maybe you'll have to wait for Ash 4 :-(
>>
>> ~Adamman
>>
>


Follow-Ups: