Re: A82: Displaying numbers


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

Re: A82: Displaying numbers



In a message dated 97-10-10 23:42:29 EDT, you write:

> 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)
>  ROM_CALL(D_HL_DECI)??? (02345 text style)
>  ROM_CALL(TR_CHARPUT)?? (12 text style)

hmm...looks like you answered your own question

~Adamman