aboutsummaryrefslogtreecommitdiff
path: root/ia32/stack.sts
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-10-16 13:34:42 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-10-16 13:34:42 +0300
commit68ea390db8e5977dcc84dc93daeb467ee243cb35 (patch)
tree4d503843299b68da2fd55b3a212f7afecadf6e4a /ia32/stack.sts
parent405c4f104975e5456ce6b28ad31fd996d3f4b657 (diff)
downloadcryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.tar
cryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.tar.xz
cryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.zip
Restyled ia32.
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