diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-09 17:41:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-09 17:41:52 -0700 |
commit | 4a739023d90299daca63c837d90a85847ed3d563 (patch) | |
tree | 8f266503be1d067f33ae759c026a424926241104 /subx | |
parent | c7564b7688c622b7ed169cab46775197997af1b0 (diff) | |
download | mu-4a739023d90299daca63c837d90a85847ed3d563.tar.gz |
.
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/survey.subx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index c67d3b1d..2fc128ba 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -477,6 +477,7 @@ $compute-offsets:label: e8/call get-or-insert/disp32 # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP + # TODO: *x = segment-offset # trace-slsls("label '" word-slice/EDX "' is in segment '" current-segment-name "'") # . . push args 68/push "'"/imm32 |