Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/x86-64-suffix-bad.s
2023-03-06 14:48:14 +01:00

22 lines
272 B
ArmAsm

.text
start:
orw %al, (%rax)
orl %al, (%rax)
orq %al, (%rax)
orb %ax, (%rax)
orl %ax, (%rax)
orq %ax, (%rax)
orb %eax, (%rax)
orw %eax, (%rax)
orq %eax, (%rax)
orb %rax, (%rax)
orw %rax, (%rax)
orl %rax, (%rax)
pushq %ax
popq %ax
callq *%ax
jmpq *%ax