diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-06 10:24:46 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | 9a028b3decde570694b9ee9b9e5ef57bb80031a4 (patch) | |
tree | 3403306c69782301b188e828ada0395dc3143787 /apps | |
parent | 70b601b0c64d874b407d345a0cf63a7eeb7d6c99 (diff) | |
download | mu-9a028b3decde570694b9ee9b9e5ef57bb80031a4.tar.gz |
-
Diffstat (limited to 'apps')
-rw-r--r-- | apps/survey.subx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/survey.subx b/apps/survey.subx index 19f219e8..37039f55 100644 --- a/apps/survey.subx +++ b/apps/survey.subx @@ -131,9 +131,9 @@ subx-survey: # infile: (addr buffered-file), out: (addr buffered-file) 51/push-ecx 52/push-edx 56/push-esi - # var segments/ecx: (stream {string, segment-info} 160) # 10 rows * 16 bytes/row - 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 0xa0/imm32 # subtract from esp - 68/push 0xa0/imm32/size + # var segments/ecx: (stream {string, segment-info} 200) # 10 rows * 20 bytes/row + 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 0xc8/imm32 # subtract from esp + 68/push 0xc8/imm32/size 68/push 0/imm32/read 68/push 0/imm32/write 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx @@ -424,7 +424,7 @@ subx-survey: # infile: (addr buffered-file), out: (addr buffered-file) 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp $subx-survey:end: # . reclaim locals - 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0xc0/imm32 # add to esp + 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0xec/imm32 # add to esp 03/add 0/mod/indirect 5/rm32/.disp32 . . 4/r32/esp Max-labels/disp32 # add *Max-labels to esp 03/add 0/mod/indirect 5/rm32/.disp32 . . 4/r32/esp Input-size/disp32 # add *Input-size to esp # . restore registers |