diff options
Diffstat (limited to '053new-segment.subx')
-rw-r--r-- | 053new-segment.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/053new-segment.subx b/053new-segment.subx index ba2487d5..d1cc7daf 100644 --- a/053new-segment.subx +++ b/053new-segment.subx @@ -29,7 +29,7 @@ Entry: # manual test e8/call new-segment/disp32 # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp - # var eax : (address _) = ad->curr + # var eax : (addr _) = ad->curr 8b/copy 0/mod/indirect 1/rm32/ecx . . . 0/r32/eax . . # copy *ecx to eax # write to *eax to check that we have access to the newly-allocated segment c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0x34/imm32 # copy to *eax |