[A83] Writeback


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

[A83] Writeback




My current project does this to writeback:

ld hl,label
ld (hl),a

to write a to the label.  It works, but it seems too easy.  Is there some
adverse consequence that i am not noticing?  I always thought it was harder
than that.