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:
5e6256c
)
bug fix ALLOT
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 12 Jun 2021 14:05:11 +0000
(
00:05
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 12 Jun 2021 14:05:11 +0000
(
00:05
+1000)
compile.asm
patch
|
blob
|
history
diff --git
a/compile.asm
b/compile.asm
index e7f3090b819e18501875807d5f81d2133d9690b9..f723487f10e21d2db2aade7576dec84e4f65d392 100644
(file)
--- a/
compile.asm
+++ b/
compile.asm
@@
-41,7
+41,7
@@
p_create_COPY:
WORD p_allot,'ALLOT'
;; ( n -- )
;; Allocate n bytes on the heap
- dq p_here, p_put_plus, p_return
+ dq p_here, p_
swap, p_
put_plus, p_return
WORD p_quote,"'"
;; ( "word" -- cfa )