aboutsummaryrefslogtreecommitdiff
path: root/ia32/core.sts
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/core.sts')
-rw-r--r--ia32/core.sts17
1 files changed, 0 insertions, 17 deletions
diff --git a/ia32/core.sts b/ia32/core.sts
deleted file mode 100644
index 4a5e692..0000000
--- a/ia32/core.sts
+++ /dev/null
@@ -1,17 +0,0 @@
-defasm docol
- # 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
- # 8b ?' # 75 ?' # 0 ?' ; mov esi, [ebp]
- # 83 ?' # c5 ?' # 4 ?' ; add ebp, 4
-next
-
-defasm lit
- # ad ?' ; lodsd
- # 50 ?' ; push eax
-next