A82: Re:
[Prev][Next][Index][Thread]
A82: Re:
In a message dated 97-11-18 02:13:51 EST, you write:
> Ok I need help with a few things....
>
> 1) To do a jump I use
> or a
> jr nc,Label
> Is there an easier way to do this? (I'm sure there is)
do you mean like jr Label
> 2) I have a number stored in b. How do I display this number to the home
> screen?
ld l, b
ld h, 0
ROM_CALL(D_HL_DECI)
> 3) What does ASH stand for?
??????
> 4) Is there a program out there for ash that will invert a picture (black
to
> white;white to black). It should be easy to do with the xor command
right?
fx screen reverser by dines. . . it will do it but not the fastest way
> Thanks,
> Andrew
>