Re: A82: A few Questions about 83->82 ASM


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

Re: A82: A few Questions about 83->82 ASM




82 Equivalents of 83 call's

_setxxxxop2 is ROM_CALL($359A) (hl->op2)
_op2toop1 is ROM_CALL($19F5)

_dispop1A is

dispop1a: (display op1 @ current graphics position)
 ROM_CALL($2E46) (rets automatically)
 .dw $6CA4
 .db $04

To use: set graphics position, what you want to display in op1, the call 
dispop1a

~Ilya
(You need OP operations I got all the 82 equivalents of the 83 written 
down, just email me)



> How do I display the contents of HL in small font...?  I know I can't use this
> 83 code:
>         ld hl, (highscore)
>         call _setxxxxop2
>         call _op2toop1
>         call _dispop1a


References: