aboutsummaryrefslogtreecommitdiff
path: root/ia32/core.sts
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/core.sts')
-rw-r--r--ia32/core.sts27
1 files changed, 9 insertions, 18 deletions
diff --git a/ia32/core.sts b/ia32/core.sts
index fd2d062..fcb62ae 100644
--- a/ia32/core.sts
+++ b/ia32/core.sts
@@ -1,26 +1,17 @@
defasm docol
-; sub ebp, 4
-# 83 ?' # ed ?' # 4 ?'
-; mov [ebp], esi
-# 89 ?' # 75 ?' # 0 ?'
-; add eax, 4
-# 83 ?' # c0 ?' # 4 ?'
-; mov esi, eax
-# 89 ?' # c6 ?'
-; go next
-# ad ?' # ff ?' # 20 ?'
+ # 83 ?' # ed ?' # 4 ?' ; sub ebp, 4
+ # 89 ?' # 75 ?' # 0 ?' ; mov [ebp], esi
+ # 83 ?' # c0 ?' # 4 ?' ; add eax, 4
+ # 89 ?' # c6 ?' ; mov esi, eax
+ # ad ?' # ff ?' # 20 ?' ; go next
next
defasm exit
-; mov esi, [ebp]
-# 8b ?' # 75 ?' # 0 ?'
-; add ebp, 4
-# 83 ?' # c5 ?' # 4 ?'
+ # 8b ?' # 75 ?' # 0 ?' ; mov esi, [ebp]
+ # 83 ?' # c5 ?' # 4 ?' ; add ebp, 4
next
defasm lit
-; lodsd
-# ad ?'
-; push eax
-# 50 ?'
+ # ad ?' ; lodsd
+ # 50 ?' ; push eax
next