aboutsummaryrefslogtreecommitdiff
path: root/ia32/memory.sts
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/memory.sts')
-rw-r--r--ia32/memory.sts15
1 files changed, 15 insertions, 0 deletions
diff --git a/ia32/memory.sts b/ia32/memory.sts
new file mode 100644
index 0000000..f176c13
--- /dev/null
+++ b/ia32/memory.sts
@@ -0,0 +1,15 @@
+defasm @
+; pop eax
+# 58 ?'
+; push dword [eax]
+# ff ?' # 30 ?'
+next
+
+defasm !
+; pop ebx
+# 5b ?'
+; pop eax
+# 58 ?'
+; mov [ebx], eax
+# 89 ?' # 03 ?'
+next