4d7b12bff86309e66bbb9184410d72667f195f6a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / org-1.s
1 .macro i_nop
2 .if nop_type == 1
3 nop 0
4 .elseif nop_type == 2
5 l.nop
6 .elseif nop_type == 3
7 nopr 1
8 .elseif nop_type == 4
9 mov g0, g0
10 .elseif nop_type == 5
11 set $0, $0
12 .else
13 nop
14 .endif
15 .endm
16
17 .text
18 .org 0x20
19 .globl foo
20 foo:
21 i_nop
22 .org 0x10
23 .globl bar
24 bar:
25 i_nop
This page took 0.030141 seconds and 3 git commands to generate.