gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sib.s
1 #Test the special case of the index bits, 0x4, in SIB.
2
3 .text
4 foo:
5 .byte 0x8B, 0x04, 0x23 # effect is: movl (%ebx), %eax
6 .byte 0x8B, 0x04, 0x63 # effect is: movl (%ebx), %eax
7 .byte 0x8B, 0x04, 0xA3 # effect is: movl (%ebx), %eax
8 .byte 0x8B, 0x04, 0xE3 # effect is: movl (%ebx), %eax
9 nop
10 nop
11 .p2align 4,0
This page took 0.030824 seconds and 4 git commands to generate.