diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-08 01:32:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-04-08 01:32:14 -0700 |
commit | 35af489c740a94c9326c9c416d34616e85b1bcb9 (patch) | |
tree | b1fcabe64a35bf3d00ceb5aed6ae892d99434283 /apps | |
parent | 667346087120d2296c2b9ae0dcd9c0965efab7e5 (diff) | |
download | mu-35af489c740a94c9326c9c416d34616e85b1bcb9.tar.gz |
6199
Diffstat (limited to 'apps')
-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 a8c8f8af..69d8f992 100644 --- a/apps/survey.subx +++ b/apps/survey.subx @@ -1544,7 +1544,7 @@ $compute-addresses:label-loop: #? 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp #? # }}} # var seg-name/edx: (addr array byte) = lrow->segment-name - 8b/copy 1/mod/*+disp8 6/rm32/esi . . . 2/r32/edx 4/disp8 . # copy *esi to edx + 8b/copy 1/mod/*+disp8 6/rm32/esi . . . 2/r32/edx 4/disp8 . # copy *(esi+4) to edx #? # dump seg-name {{{ #? # . write(2/stderr, "compute-addresses: seg-name: ") #? # . . push args |