RE: A83: AShell program loading routine


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

RE: A83: AShell program loading routine



AShell swaps the program with the code at 9327h with a loader in cmdshad... after te swapping, the code is called (call 9327h) and after a return, the code is swapped back (backwards)... (BTW. this is how most of the Ti83-shells load their programs... the only disadvantage is that the VAT isn't updated, so programs can't use external files which are coppied to the calc after the program... ION uses a different loader which han't got this disadvantage, but i don't know how it works yet..)
 
-----Oorspronkelijk bericht-----
Van: Frank Schoep [mailto:dsfs98@concepts.nl]
Verzonden: zondag 2 juli 2000 19:36
Aan: ticalc.org assembly-83 list
Onderwerp: A83: AShell program loading routine

Dear reader,
 
if you know how AShell loads a program, please let me know (and possibly explain it). I know that AShell can load programs up to about 26K, this is not possible with ZASMLOAD, so I don't know what the right method is...
 
thanks in advance,
Frank Schoep