URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [z80/] [offset.s] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
;;; various instructions involving offsets .section .text .org 0 10: jr 1f inc (ix+5) dec (iy-1) ld a,(ix-128) ld (iy+127),a djnz 10b jr z,2f jr c,3f 2: jr nz,3f jr nc,2b 3: ld (ix+34),9 ld (iy-34),-9 rr (ix+55) rl (iy-55) .balign 0x80 1:
Go to most recent revision | Compare with Previous | Blame | View Log