Re: A82: argh.. really dumb question


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

Re: A82: argh.. really dumb question





> >  						~Kurai
> 
> store h into a, then load l into (hl).  increment hl and load (hl) with a
> 
> ~Adamman

	thanks for the help.. yups.. i figured it out.. a little bulkier than 8bit
operations of the like, but i suppose thats to be expected.. i just made a
call.. so its essentially as bulky as call $0033, which does the reverse..
puts (hl) into hl. Thankee.. games looking good so far..
							~Kurai