diff options
author | nc <charles.saternos@gmail.com> | 2019-07-03 23:04:24 -0400 |
---|---|---|
committer | nc <charles.saternos@gmail.com> | 2019-07-03 23:04:24 -0400 |
commit | d818fdd7e52616adf293061ccbb42517d0e6f98f (patch) | |
tree | 2d3c251adec0ec6f281957884f8d2c69a30a2159 | |
parent | 98096ca81e3ffccdfe2ab9544701c12adf60d7bf (diff) | |
download | mu-d818fdd7e52616adf293061ccbb42517d0e6f98f.tar.gz |
add todo for section thats not quite complete
-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 |