diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-09 16:27:48 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-09 16:27:48 -0700 |
commit | eb4b45db40c2bdaef35f3e5b2388b59349ace1b6 (patch) | |
tree | fd037a1cb379293df68df6dd8307e724fd1f5a71 /subx/apps | |
parent | dc7066c7bfe4bc9ea9a1c348c6b0ccec9c00e7c2 (diff) | |
download | mu-eb4b45db40c2bdaef35f3e5b2388b59349ace1b6.tar.gz |
.
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/survey.subx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index b9de2d72..3e0d7258 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -397,14 +397,6 @@ compute-offsets: # in : (address buffered-file), segments : (address stream {st # segment-offset = 0 b8/copy-to-EAX 0/imm32 89/copy 0/mod/indirect 5/rm32/.disp32 . . 0/r32/EAX compute-offsets:segment-offset/disp32 # copy EAX to *segment-offset - # new-segment(1024, heap) - # . . push args - 68/push Heap/imm32 - 68/push 0x400/imm32 - # . . call - e8/call new-segment/disp32 - # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP # line/ECX = new-stream(heap, 512, 1) 68/push 1/imm32 68/push 0x200/imm32 |