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