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