diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-06 07:48:56 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | cd6b8e1cbace1550f755447aa08242a017b95412 (patch) | |
tree | 5963e2ad5ebd39b3b2c5e2f0f5e8c9c56d99b77a | |
parent | caffb641300a13824d742e8426f0bdec3b871ea3 (diff) | |
download | mu-cd6b8e1cbace1550f755447aa08242a017b95412.tar.gz |
-
-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 b7c57ed8..0e1cf0bd 100644 --- a/apps/survey.subx +++ b/apps/survey.subx @@ -137,7 +137,7 @@ subx-survey: # infile: (addr buffered-file), out: (addr buffered-file) 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 - # var labels/edx: (stream label-info Max-labels*16) + # var labels/edx: (stream label-info Max-labels) # . data 2b/subtract 0/mod/indirect 5/rm32/.disp32 . . 4/r32/esp Max-labels/disp32 # subtract *Max-labels from esp # . size |