about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-01 14:13:53 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-01 14:21:27 -0700
commit1666b12f37b2714e136d07db52e115ab14b06a20 (patch)
tree0920a4f4dec408b564ecb076f1f42820b1c4d8bf /subx/apps
parentfb7e66fd4b30cc4c0aa9abcdf64ab7e33a0e9ef3 (diff)
downloadmu-1666b12f37b2714e136d07db52e115ab14b06a20.tar.gz
4641
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/crenshaw2-1bin1245 -> 1322 bytes
-rwxr-xr-xsubx/apps/factorialbin1243 -> 1320 bytes
-rw-r--r--subx/apps/factorial.subx2
3 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index f6601a48..266414fa 100644
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index 6412cd1a..2686b934 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx
index 02725d0c..9b014313 100644
--- a/subx/apps/factorial.subx
+++ b/subx/apps/factorial.subx
@@ -30,7 +30,7 @@
   68/push  "test"/imm32
   ff          6/subop/push        1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           .           0x8/disp8       .                 # push *(EBP+8)
     # call
-  e8/call  argv_equal/disp32
+  e8/call  kernel_string_equal/disp32
     # discard args
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add 8 to ESP
     # check result