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 Binary files a/apps/assort and b/apps/assort differ diff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index a45d61b4..32257c59 100755 Binary files a/apps/crenshaw2-1 and b/apps/crenshaw2-1 differ diff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b index 77458834..ee2dc1a9 100755 Binary files a/apps/crenshaw2-1b and b/apps/crenshaw2-1b differ diff --git a/apps/dquotes b/apps/dquotes index 6412b2d2..b19ab154 100755 Binary files a/apps/dquotes and b/apps/dquotes differ diff --git a/apps/factorial b/apps/factorial index 2d187413..ce4c3e1f 100755 Binary files a/apps/factorial and b/apps/factorial differ diff --git a/apps/handle b/apps/handle index 719842ca..603ee909 100755 Binary files a/apps/handle and b/apps/handle differ diff --git a/apps/hex b/apps/hex index eefef9ab..9da17548 100755 Binary files a/apps/hex and b/apps/hex differ diff --git a/apps/pack b/apps/pack index 0c86f251..ba62c8f2 100755 Binary files a/apps/pack and b/apps/pack differ diff --git a/apps/survey b/apps/survey index 2791a309..a26cf962 100755 Binary files a/apps/survey and b/apps/survey differ diff --git a/apps/tests b/apps/tests index c4d7d3d6..7ad6b881 100755 Binary files a/apps/tests and b/apps/tests differ