[A83] Re: A Routine To Display Big Sprites


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

[A83] Re: A Routine To Display Big Sprites




(Taken from the "Text problem" message, kind of)


>>; ld b,0
>>; ld c,56

=ld bc,0056

>>; ld d,94
>>; ld e,56

=ld de,9456

>>; ld h,1
>>; call _Iline

this could possibly be wrong (probably)
...
this would be right however&saves 2 bytes :-) :

ld bc,$0038
ld de,$5E38

Ronald