From: Ralph Ronnquist Date: Fri, 11 Jun 2021 09:51:16 +0000 (+1000) Subject: forced terminating NUL for STRING X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=c6fd5bdf3bae68aac49a239548c82a8d08384da8;p=rrq%2Frrqforth.git forced terminating NUL for STRING --- diff --git a/machine.asm b/machine.asm index 31db9ce..082934c 100644 --- a/machine.asm +++ b/machine.asm @@ -225,6 +225,7 @@ datastart: forward db data common + db 0 dataend: }