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

18 lines
237 B
ArmAsm

# Check 32bit PTWRITE instructions
.text
_start:
.rept 2
ptwrite %ecx
ptwritel %ecx
ptwrite (%ecx)
ptwritel (%ecx)
.intel_syntax noprefix
ptwrite ecx
ptwrite [ecx]
ptwrite DWORD PTR [ecx]
.att_syntax prefix
.code16
.endr