Add support for .extCondCode, .extCoreRegister and .extAuxRegister.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textauxregister.s
1 .extAuxRegister mlx, 0x30, r|w
2 .extAuxRegister mly, 0x31, r|w
3
4 aex r0,[mlx]
5 lr r1,[mly]
6 sr 0x12,[mlx]
This page took 0.030843 seconds and 5 git commands to generate.