Re: A86: Loading Problem...please help.


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

Re: A86: Loading Problem...please help.




At 09:48 AM 3/24/98 -0800, you wrote:
>
>I need some help with a problem I'm having.

It isn't the code, both

	ld a,32
	ld (VA),a
and
	ld hl,VA
	ld a,32
	ld (hl),a

should work just fine. Check that you're getting the right object code...

--Joshua


References: