about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 15:28:11 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 15:29:59 -0700
commit9c50655a26712727d2b9020373967470139b90d7 (patch)
treef8d2d5291883c013f9edbfe2cc4d7bb94ff07ffd /subx/apps
parentd9818a5333805148586b7ac14c22f5dd413f593e (diff)
downloadmu-9c50655a26712727d2b9020373967470139b90d7.tar.gz
4576
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/crenshaw2-1.subx12
1 files changed, 6 insertions, 6 deletions
diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index 484bfe0b..97ef55ec 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -23,7 +23,7 @@
     # push args
   68/push                         .               .             .           .             .           .           .               Error_integer/imm32
     # call
-  e8/call                         .               .             .           .             .           .           abort/disp32
+  e8/call  abort/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # exit(0)
@@ -38,7 +38,7 @@ abort:  # s : (address array byte) -> <void>
     # push args
   ff          6/subop/push        1/mod/*+disp8   4/rm32/sib    4/base/ESP  4/index/none  .           .           4/disp8         .                 # push *(ESP+4)
     # call
-  e8/call                         .               .             .           .             .           .           error/disp32
+  e8/call  error/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # exit(1)
@@ -52,28 +52,28 @@ error:  # s : (address array byte) -> <void>
     # push args
   68/push                         .               .             .           .             .           .           .               Error/imm32
     # call
-  e8/call                         .               .             .           .             .           .           write_stderr/disp32
+  e8/call  write_stderr/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # write_stderr(s)
     # push args
   ff          6/subop/push        1/mod/*+disp8   4/rm32/sib    4/base/ESP  4/index/none  .           .           4/disp8         .                 # push *(ESP+4)
     # call
-  e8/call                         .               .             .           .             .           .           write_stderr/disp32
+  e8/call  write_stderr/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # write_stderr(" expected")
     # push args
   68/push                         .               .             .           .             .           .           .               Expected_suffix/imm32
     # call
-  e8/call                         .               .             .           .             .           .           write_stderr/disp32
+  e8/call  write_stderr/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # write_stderr("\n")
     # push args
   68/push                         .               .             .           .             .           .           .               Newline/imm32
     # call
-  e8/call                         .               .             .           .             .           .           write_stderr/disp32
+  e8/call  write_stderr/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add 4 to ESP
   # end