diff options
Diffstat (limited to 'apps/survey.subx')
-rw-r--r-- | apps/survey.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/survey.subx b/apps/survey.subx index ee9f637d..5524f63b 100644 --- a/apps/survey.subx +++ b/apps/survey.subx @@ -332,7 +332,7 @@ convert: # infile : (address buffered-file), out : (address buffered-file) -> < # . . call e8/call compute-addresses/disp32 # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x8/imm32 # add to ESP + 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP # rewind-stream(in) # . . push args 56/push-ESI |