Re: A83: Some new romcalls.
[Prev][Next][Index][Thread]
Re: A83: Some new romcalls.
On 11-Oct-98, James Matthews wrote:
>Anyone have an idea what these do? (Linus, Pat).
>_PRINTSCREEN equ 4DDEh
>_SolveDisp equ 4DAEh
>_ANGLE equ 4152h
>_strCat equ 46B1h; Like C++?
>_EXPTOHEX equ 434Eh
>_CheckXY equ 4AF8h
>_shrinkWindow equ 4749h
I could have a look at them... bbl on that.
>Also, the OP1 to OP6 equates are weird in squish.inc...like:
>OP3 EQU 804Fh
>OP3EXP EQU 8050h
>OP3EXT EQU 8058h
>OP3M EQU 8051h
>What's with that?
>Later,
>James Matthews (matthews@tkb.att.ne.jp)
>ICQ: 7413754
>http://home.att.ne.jp/gold/tomcat21/index.html
>http://library.advanced.org/18242/
OP3 equ 804fh
The exponent in a floating point number stored in OP3 is at 8050h.
The extra 2 bytes in OP3 start at 8058h.
The mantissa of OP3 starts at 8051h.
Easy peasy.
Linus
References: