sim: cris: fix memory setup typos
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / mabi-attr-02.s
1 .attribute arch,"rv32ifd"
2 .option pic
3 .extern foo
4 .text
5 foo:
6 la a0, foo
This page took 0.030701 seconds and 4 git commands to generate.