aboutsummaryrefslogtreecommitdiff
path: root/ia32/stack.sts
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/stack.sts')
-rw-r--r--ia32/stack.sts21
1 files changed, 7 insertions, 14 deletions
diff --git a/ia32/stack.sts b/ia32/stack.sts
index a8ac749..56f4f07 100644
--- a/ia32/stack.sts
+++ b/ia32/stack.sts
@@ -1,25 +1,18 @@
defasm drop
-; pop eax
-# 58 ?'
+ # 58 ?' ; pop eax
next
defasm dup
-; push dword [esp]
-# ff ?' # 34 ?' # 24 ?'
+ # ff ?' # 34 ?' # 24 ?' ; push dword [esp]
next
defasm over
-; push dword [esp + 4]
-# ff ?' # 74 ?' # 24 ?' # 4 ?'
+ # ff ?' # 74 ?' # 24 ?' # 4 ?' ; push dword [esp + 4]
next
defasm swap
-; pop eax
-# 58 ?'
-; pop ebx
-# 5b ?'
-; push eax
-# 50 ?'
-; push ebx
-# 53 ?'
+ # 58 ?' ; pop eax
+ # 5b ?' ; pop ebx
+ # 50 ?' ; push eax
+ # 53 ?' ; push ebx
next