Re: A86: Using Table


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

Re: A86: Using Table




In a message dated 12/14/98 10:52:09 PM Eastern Standard Time,
ZeromusMog@aol.com writes:

> > 	call $33
>  This is probably your problem. I had to look up the equate in Asm Studio's
>  help file, and it's worked:
>  _ldhlind	.equ $4010	;ROM Call
>  So change that line to call _ldhlind


actually, all that the call $4010 does is jump to $0033, so the original way
is faster.  shouldn't be a problem