commit | e4d2e288935e0935ae7cd7b6e7e57e77c474af99 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jan 04 22:22:27 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Tue Jan 04 22:22:27 2022 -0800 |
tree | 16c87acaa809420b047a117b9fc9e371141ab936 | |
parent | 7c626b94e56ab31e0a0d9bf46b59bad0b9dea314 [diff] [blame] |
Build FORTH.COM from CORE.F
diff --git a/IOWORDS.ASM b/IOWORDS.ASM index b938137..b040458 100644 --- a/IOWORDS.ASM +++ b/IOWORDS.ASM
@@ -70,9 +70,12 @@ .COMMENT: CALL READ_KEY - CMP AL, ASCII_RETURN - JNE .COMMENT + CMP AL, ASCII_NEWLINE JE .START + CMP AL, ASCII_RETURN + JE .START + + JMP .COMMENT .DONE: SUB DI, WORD_BUFFER ; Length