projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d169504
)
bug fix !+
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 12 Jun 2021 14:05:49 +0000
(
00:05
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 12 Jun 2021 14:05:49 +0000
(
00:05
+1000)
memory.asm
patch
|
blob
|
history
diff --git
a/memory.asm
b/memory.asm
index 8f8f51e9bc37193f5a4a3b6deae09512cc0df1f1..a20c438971de084a45e52219c153a79e9a556753 100644
(file)
--- 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