summaryrefslogtreecommitdiff
path: root/test/movnti.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/movnti.asm')
-rw-r--r--test/movnti.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/movnti.asm b/test/movnti.asm
new file mode 100644
index 0000000..920f327
--- /dev/null
+++ b/test/movnti.asm
@@ -0,0 +1,10 @@
+;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
+; BR 2028995
+
+ bits 16
+ movnti [si],eax
+ bits 32
+ movnti [esi],eax
+ bits 64
+ movnti [rsi],eax
+ movnti [rsi],rax