diff options
-rw-r--r-- | 059stop.subx | 3 | ||||
-rwxr-xr-x | apps/assort | bin | 35258 -> 35262 bytes | |||
-rwxr-xr-x | apps/crenshaw2-1 | bin | 28252 -> 28256 bytes | |||
-rwxr-xr-x | apps/crenshaw2-1b | bin | 28811 -> 28815 bytes | |||
-rwxr-xr-x | apps/dquotes | bin | 41814 -> 41818 bytes | |||
-rwxr-xr-x | apps/factorial | bin | 27168 -> 27172 bytes | |||
-rwxr-xr-x | apps/handle | bin | 28022 -> 28026 bytes | |||
-rwxr-xr-x | apps/hex | bin | 37813 -> 37817 bytes | |||
-rwxr-xr-x | apps/pack | bin | 47944 -> 47948 bytes | |||
-rwxr-xr-x | apps/survey | bin | 44541 -> 44545 bytes | |||
-rwxr-xr-x | apps/tests | bin | 34070 -> 34074 bytes |
11 files changed, 2 insertions, 1 deletions
diff --git a/059stop.subx b/059stop.subx index dbe8a663..64444314 100644 --- a/059stop.subx +++ b/059stop.subx @@ -123,7 +123,8 @@ test-stop-skips-returns-on-exit: # right place for it, available only as long as it's legal to use. Once this # containing function returns we'll need a new exit descriptor. # var ed/EAX : (address exit-descriptor) - 81 5/subop/subtract 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # subtract from ESP + 68/push 0/imm32 + 68/push 0/imm32 89/copy 3/mod/direct 0/rm32/EAX . . . 4/r32/ESP . . # copy ESP to EAX # Size the exit-descriptor precisely for the next call below, to _test-stop-1. # tailor-exit-descriptor(ed, 4) diff --git a/apps/assort b/apps/assort index ae15cbf1..30c0eccf 100755 --- a/apps/assort +++ b/apps/assort Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index a45d61b4..32257c59 100755 --- a/apps/crenshaw2-1 +++ b/apps/crenshaw2-1 Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b index 77458834..ee2dc1a9 100755 --- a/apps/crenshaw2-1b +++ b/apps/crenshaw2-1b Binary files differdiff --git a/apps/dquotes b/apps/dquotes index 6412b2d2..b19ab154 100755 --- a/apps/dquotes +++ b/apps/dquotes Binary files differdiff --git a/apps/factorial b/apps/factorial index 2d187413..ce4c3e1f 100755 --- a/apps/factorial +++ b/apps/factorial Binary files differdiff --git a/apps/handle b/apps/handle index 719842ca..603ee909 100755 --- a/apps/handle +++ b/apps/handle Binary files differdiff --git a/apps/hex b/apps/hex index eefef9ab..9da17548 100755 --- a/apps/hex +++ b/apps/hex Binary files differdiff --git a/apps/pack b/apps/pack index 0c86f251..ba62c8f2 100755 --- a/apps/pack +++ b/apps/pack Binary files differdiff --git a/apps/survey b/apps/survey index 2791a309..a26cf962 100755 --- a/apps/survey +++ b/apps/survey Binary files differdiff --git a/apps/tests b/apps/tests index c4d7d3d6..7ad6b881 100755 --- a/apps/tests +++ b/apps/tests Binary files differ |