diff options
-rw-r--r-- | subx/apps/survey.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index e229ec04..2ad62cd7 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -567,6 +567,7 @@ $compute-offsets:label: # continue 74/jump-if-equal $compute-offsets:word-loop/disp8 $compute-offsets:segment: + # TODO: implement the rest of this block # if slice-equal?(word-slice/EDX, "==") # . EAX = slice-equal?(word-slice/EDX, "==") 68/push "=="/imm32 @@ -608,7 +609,6 @@ $compute-offsets:line-loop:break: $compute-offsets:end: # . reclaim locals # . restore registers - 5f/pop-to-EDI 5e/pop-to-ESI 5b/pop-to-EBX |