diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-22 22:17:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-22 22:17:34 -0700 |
commit | d722e0417feff6c63d3e377a94ecbaf345322948 (patch) | |
tree | 312adc416b9a9874631fe563e85fd5d5763955bc /subx/apps | |
parent | 91534c2a917a82ff0fa7fbb36471d251c9eab0be (diff) | |
download | mu-d722e0417feff6c63d3e377a94ecbaf345322948.tar.gz |
5115
Diffstat (limited to 'subx/apps')
-rwxr-xr-x | subx/apps/assort | bin | 20650 -> 20649 bytes | |||
-rw-r--r-- | subx/apps/assort.subx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/assort b/subx/apps/assort index 822e3bac..456f1969 100755 --- a/subx/apps/assort +++ b/subx/apps/assort Binary files differdiff --git a/subx/apps/assort.subx b/subx/apps/assort.subx index 733e486d..39439b67 100644 --- a/subx/apps/assort.subx +++ b/subx/apps/assort.subx @@ -602,7 +602,7 @@ $read-segments:check-for-segment-header: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP # . if (EAX == 0) goto check3 - 81 7/subop/compare 3/mod/direct 0/rm32/EAX . . . . . 0/imm32 # compare EAX + 3d/compare-EAX-and 0/imm32 0f 84/jump-if-equal $read-segments:regular-line/disp32 # . next-word(line, segment-name) # . . push args |