about summary refs log tree commit diff stats
path: root/subx/apps/survey.subx
diff options
context:
space:
mode:
authornc <charles.saternos@gmail.com>2019-07-03 23:04:24 -0400
committernc <charles.saternos@gmail.com>2019-07-03 23:04:24 -0400
commitd818fdd7e52616adf293061ccbb42517d0e6f98f (patch)
tree2d3c251adec0ec6f281957884f8d2c69a30a2159 /subx/apps/survey.subx
parent98096ca81e3ffccdfe2ab9544701c12adf60d7bf (diff)
downloadmu-d818fdd7e52616adf293061ccbb42517d0e6f98f.tar.gz
add todo for section thats not quite complete
Diffstat (limited to 'subx/apps/survey.subx')
-rw-r--r--subx/apps/survey.subx2
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