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:
aa6d10c
)
bug fix for lpar comment
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 4 Jun 2021 08:15:59 +0000
(18:15 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 4 Jun 2021 08:15:59 +0000
(18:15 +1000)
rrqforth.asm
patch
|
blob
|
history
diff --git
a/rrqforth.asm
b/rrqforth.asm
index b06fed1062ced657472f3362bc9071ed14d897e1..96b90837b5843ff0c3ee817b00c5d410e235144d 100644
(file)
--- a/
rrqforth.asm
+++ b/
rrqforth.asm
@@
-190,7
+190,7
@@
p_lparen_loop:
cmp rax,1
jne p_lparen_loop
push rbx
- push
qword ')'
+ push
p_lbaren_rparen
push 1
DOFORTH p_strncmp
pop rax
@@
-199,7
+199,8
@@
p_lparen_loop:
p_lparen_exit:
popr rsi
next
-
+p_lbaren_rparen: db ')',0
+
;;; ******** The main entry point. ********
;;; This could be set up as a WORD but it isn't