[A83] compare 2 registers


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

[A83] compare 2 registers




Can you compare a with another register?

ie....

ld a,(power)
  ld b,a
  ld a,(stonex)
  cp b

...and i do have both values on both UDVs



Follow-Ups: