A83: Subtraction


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

A83: Subtraction




For subtraction of large numbers, ie:

	ld hl,34093
	ld a,23

how would I get hl - a?  Or just, please tell me any way at all to subtract
one 2 byte register from another.  Thanks..