MIPS16e2: Add new MIPS16e2 ASE binutils and GAS tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-5.s
1 .set mips16
2 .text
3 .globl foo
4 foo:
5 la $2, lbar
6 .org 0x2
7 nop
8 .space 0xffc
9 .align 2
10 .globl bar
11 bar = .
12 lbar = .
13 nop
This page took 0.052532 seconds and 4 git commands to generate.