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

16 lines
245 B
ArmAsm

.text
quoted:
mov "x(y)", %eax
mov "x(y)"(%eax), %eax
mov %es:"x(y)", %eax
mov %es:"x(y)"(%eax), %eax
mov "x(y", %eax
mov "x)y", %eax
mov "x?y", %eax
mov "x{y", %eax
mov "x{z}", %eax
call *"x(y)"
call *%es:"x(y)"
call %es:*"x(y)"