From 7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 3 Jan 2020 01:36:34 -0800 Subject: 5876 - address -> addr --- html/053new-segment.subx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/053new-segment.subx.html') diff --git a/html/053new-segment.subx.html b/html/053new-segment.subx.html index 142f7fda..6197950c 100644 --- a/html/053new-segment.subx.html +++ b/html/053new-segment.subx.html @@ -89,7 +89,7 @@ if ('onhashchange' in window) { 29 e8/call new-segment/disp32 30 # . . discard args 31 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp -32 # var eax : (address _) = ad->curr +32 # var eax : (addr _) = ad->curr 33 8b/copy 0/mod/indirect 1/rm32/ecx . . . 0/r32/eax . . # copy *ecx to eax 34 # write to *eax to check that we have access to the newly-allocated segment 35 c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0x34/imm32 # copy to *eax -- cgit 1.4.1-2-gfad0 oot/.gitignore
blob: 4c5d984bfcf34d42aee747dd47a4ec7be45da23d (plain) (tree)
1
2
3
4
5