aboutsummaryrefslogtreecommitdiff
path: root/ia32/syscall.sts
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-10-16 16:14:23 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-10-16 16:14:23 +0300
commitac7b0be8b22245e20624b937733c16fb3a11b24b (patch)
tree8d7a85d2406a15704ef5b30859b73ee6340dc897 /ia32/syscall.sts
parent599a40b02532b65ce5b9ac538c8579e292389766 (diff)
parentb92ef5212daad3f318aa26fdaf69fdeb7e66e8a4 (diff)
downloadcryptrobber-ac7b0be8b22245e20624b937733c16fb3a11b24b.tar
cryptrobber-ac7b0be8b22245e20624b937733c16fb3a11b24b.tar.xz
cryptrobber-ac7b0be8b22245e20624b937733c16fb3a11b24b.zip
Merge remote-tracking branch 'exegete/master' into master
Diffstat (limited to 'ia32/syscall.sts')
-rw-r--r--ia32/syscall.sts6
1 files changed, 3 insertions, 3 deletions
diff --git a/ia32/syscall.sts b/ia32/syscall.sts
index 3bce0ff..7ff7480 100644
--- a/ia32/syscall.sts
+++ b/ia32/syscall.sts
@@ -1,4 +1,4 @@
-defasm quit
+defasm sys_exit
# b8 ?' # 1 ?. ; mov eax, 1
# 31 ?' # db ?' ; xor ebx, ebx
# cd ?' # 80 ?' ; int 0x80
@@ -8,7 +8,7 @@ _data_segment ?choose
?$ ?? _iobuf # 0 ?'
_code_segment ?choose
-defasm key
+defasm sys_read
# b8 ?' # 3 ?. ; mov eax, 3
# 31 ?' # db ?' ; xor ebx, ebx
# b9 ?' _iobuf ?. ; mov ecx, _iobuf
@@ -20,7 +20,7 @@ defasm key
# 50 ?' ; push eax
next
-defasm emit
+defasm sys_write
# 58 ?' ; pop eax
# a2 ?' _iobuf ?. ; mov [_iobuf], al
# b8 ?' # 4 ?. ; mov eax, 4