Menu

#349 Support ldi, ldd in gbz80 assembler

open
nobody
z80 port (48)
5
2012-01-15
2012-01-15
No

It would be nice, if the gbz80 assembler would support the alternative
ldi a, (hl) for ld a, (hl+)
ldd a, (hl) for ld a, (hl-)
ldi (hl), a for ld (hl+), a
ldd (hl), a for ld (hl-), a
syntax, since it seems to be very common.

Philipp

Discussion


Log in to post a comment.