RE: A82: Ash 3.1
[Prev][Next][Index][Thread]
RE: A82: Ash 3.1
DispStrM definatley! The push/pop all's aren't that important IMHO.
-Ahmed
--
Ahmed El-Helw
ahmedre@bellsouth.net
http://asm8x.home.ml.org
ICQ: 3350394
-----Original Message-----
From: owner-assembly-82@lists.ticalc.org
[mailto:owner-assembly-82@lists.ticalc.org]On Behalf Of Dines Christy
Justesen
Sent: Thursday, August 13, 1998 7:01 PM
To: assembly-82
Subject: A82: Ash 3.1
I have been workingon Ash 3.1 again and added some of the things which you
requested.
Ash 3.1 now includes a routine to display a number in the small font, zero
padded, and the number of digits given in B.
The credits has been removed when using the EXIT_2_TIOS function.
The support for the prgm command has also been removed (it made Ash almost
100 bytes shorter).
I know have a few questions. In Ash I use some functions which makes Ash a
bit smaller, these could be added to the list of functions in Ash. Adding
a function takes up 3 bytes. Please tell me which of the following
functions you think I should add.
DispStrM:
Display the string pointed to by HL at the coords in BC using the small
font. These saves 5 bytes each time a string has to be printed.
PushAll:
Pushs all regs
PopAll:
Pops all regs
Do you think other funcions should be included ?
Dines
__________________________________________
Dines Justesen
Email: c958362@student.dtu.dk
WWW : http://www.student.dtu.dk/~c958362/
__________________________________________
References:
- A82: Ash 3.1
- From: Dines Christy Justesen <c958362@student.dtu.dk>