X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=memory.asm;h=a20c438971de084a45e52219c153a79e9a556753;hb=582c524700342bcdf126d814c380aaba9d0a651b;hp=8f8f51e9bc37193f5a4a3b6deae09512cc0df1f1;hpb=d16950460c966e302f79b7450f50cc21ddc93672;p=rrq%2Frrqforth.git diff --git a/memory.asm b/memory.asm index 8f8f51e..a20c438 100644 --- a/memory.asm +++ b/memory.asm @@ -161,7 +161,7 @@ p_erase_last: ;; Add n to the value at addr. pop rbx pop rax - add [rax],rbx + add qword [rax],rbx next WORD p_shift_left, '<<',fasm