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] - Blame information for rev 219

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
;;;  various instructions involving offsets
2
 
3
        .section .text
4
        .org 0
5
10:
6
        jr 1f
7
        inc (ix+5)
8
        dec (iy-1)
9
        ld a,(ix-128)
10
        ld (iy+127),a
11
        djnz 10b
12
        jr z,2f
13
        jr c,3f
14
2:
15
        jr nz,3f
16
        jr nc,2b
17
3:
18
        ld (ix+34),9
19
        ld (iy-34),-9
20
        rr (ix+55)
21
        rl (iy-55)
22
        .balign 0x80
23
1:

powered by: WebSVN 2.1.0

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