bug fix for lpar comment
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 4 Jun 2021 08:15:59 +0000 (18:15 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 4 Jun 2021 08:15:59 +0000 (18:15 +1000)
rrqforth.asm

index b06fed1062ced657472f3362bc9071ed14d897e1..96b90837b5843ff0c3ee817b00c5d410e235144d 100644 (file)
@@ -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