From: Ralph Ronnquist Date: Sat, 12 Jun 2021 14:05:49 +0000 (+1000) Subject: bug fix !+ X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=sidebyside;h=582c524700342bcdf126d814c380aaba9d0a651b;hp=d16950460c966e302f79b7450f50cc21ddc93672;p=rrq%2Frrqforth.git bug fix !+ --- 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