OpenCores
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 205

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:	
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.