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:
58fa9b1
)
forced terminating NUL for STRING
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 11 Jun 2021 09:51:16 +0000
(19:51 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 11 Jun 2021 09:51:16 +0000
(19:51 +1000)
machine.asm
patch
|
blob
|
history
diff --git
a/machine.asm
b/machine.asm
index 31db9ce305a77eec54ffc77f7834ac780cd838db..082934cfa75897dab0cb1a82994d391fde60862b 100644
(file)
--- a/
machine.asm
+++ b/
machine.asm
@@
-225,6
+225,7
@@
datastart:
forward
db data
common
+ db 0
dataend:
}