A82: Re: Displaying numbers


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

A82: Re: Displaying numbers





-----Original Message-----
From: ilya winham <ilyamojo@geocities.com>
To: CALC-TI@LISTS.PPP.TI.COM <CALC-TI@LISTS.PPP.TI.COM>;
assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: 11. oktober 1997 05:42
Subject: A82: Displaying numbers



>Lets say in an asm program there are the following lines:
>
>ld a,12
>ld hl,2345
>......
>
>What would each of these call's display?
>
>ROM_CALL(M_CHARPUT)??? (12 menu style) No char number 12
>ROM_CALL(D_HL_DECI)??? (02345 text style)
>ROM_CALL(TR_CHARPUT)?? (12 text style) No char number 12

>
>
>


Follow-Ups: