MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-12.s
CommitLineData
9875b365
MR
1 .set micromips
2 .text
3 .globl foo
4foo:
5 addu $4, $3, $2
6 beqz $2, lbar
7 .org 0x6
8 nop
9 .space 0xff8
10 .globl bar
11bar:
12lbar:
13 nop
This page took 0.13812 seconds and 4 git commands to generate.