OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [tic54x/] [address.s] - Blame information for rev 205

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

Line No. Rev Author Line
1 205 julius
        ;; test all addressing permutations
2
        .text
3
_addressing:
4
        and     Y,a             ; direct
5
        and     *ar1,a          ; indirect (all modes)
6
        and     *ar1-,b
7
        and     *ar1+,a
8
        stl     b,*+ar1
9
        and     *ar1-0b,a
10
        and     *ar1-0,b
11
        and     *ar1+0,a
12
        and     *ar1+0b,b
13
        and     *ar1-%,a
14
        and     *ar1-0%,b
15
        and     *ar1+%,a
16
        and     *ar1+0%,b
17
        and     *ar1(32768),a
18
        and     *+ar1(X+1),b
19
        and     *+ar1(Y)%,a
20
        and     *(65535),b
21
        .data
22
X:      .word   0
23
Y:      .word   1
24
        .end

powered by: WebSVN 2.1.0

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