Compare commits

..

7 Commits

Author SHA1 Message Date
cdo 8929dc868f Add more information to the README 2026-03-02 16:06:58 +00:00
cdo 2480446ef5 Add favicon 2026-03-02 15:54:02 +00:00
cdo 53171df913 Set output rows based on window size 2026-03-02 15:52:59 +00:00
cdo 67b67c2505 Fix EMIT-DIGIT 2026-03-02 15:52:59 +00:00
cdo c1a3e86222 Fix output width at 80 chars and remove trailing spaces 2026-03-02 15:52:59 +00:00
cdo e8138414c0 Implement basic scrolling in emu.js 2026-03-02 15:52:59 +00:00
cdo 289443192f Add copyright and license message to the banner 2026-03-02 15:52:59 +00:00
+2 -6
View File
@@ -165,10 +165,6 @@ CHAR . EMIT
: NIP SWAP DROP ; : NIP SWAP DROP ;
: HEX 16 BASE ! ;
: DECIMAL 10 BASE ! ;
: ' : '
WORD FIND DUP 0<> IF WORD FIND DUP 0<> IF
>CFA >CFA
@@ -264,8 +260,8 @@ CHAR . EMIT
." Wipforth " VERSION-PRINT CR ." Wipforth " VERSION-PRINT CR
." Copyright (c) Camden Dixie O'Brien" CR ." Copyright (c) Camden Dixie O'Brien" CR
CR CR
." Wipforth is freely available to use, modify and distribute for personal use" CR ." Wipforth is available to use, modify and distribute for personal use under" CR
." under the Komorebi license, version 2.0.0." CR ." the Komorebi license, version 2.0.0." CR
CR CR
; ;