[A83] Re: displaying values of a variable


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

[A83] Re: displaying values of a variable



There's no such thing as a dumb question here!

u could load a into l, and 0 into hl, then bcall(_disphl)
  ld   h,0
  ld   l,a
  bcall(_disphl)

but n e way there could be another romcall for that...

----------------------------
Colin Hart
Xempest@aol.com
> 
> How would you go about displaying a value in the accumulator (a) in an Ion
> program?  I'm sorry if this is a dumb question, I'm new to asm.
>