movnti.asm 189 B

1234567891011
  1. ;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
  2. ; BR 2028995
  3. bits 16
  4. movnti [si],eax
  5. bits 32
  6. movnti [esi],eax
  7. bits 64
  8. movnti [rsi],eax
  9. movnti [rsi],rax