Add support for .extCondCode, .extCoreRegister and .extAuxRegister.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textcondcode.s
1 .extCondCode cctst, 0x12
2 .extCondCode cstst, 0x13
3
4 add.hi r3,r3,3
5 add.ls r4,r4,4
6 add.pnz r5,r5,5
7 add.cctst r6,r6,6
8 add.cstst r7,r7,7
This page took 0.034983 seconds and 4 git commands to generate.