Compare commits

..

8 Commits

Author SHA1 Message Date
cdo 277c06b999 Add HEX and DECIMAL to prelude 2026-03-02 16:10:54 +00:00
cdo 33047a49e0 Add more information to the README 2026-03-02 16:10:54 +00:00
cdo f9447d22d1 Add favicon 2026-03-02 16:10:54 +00:00
cdo 8ed8bbad3e Set output rows based on window size 2026-03-02 16:10:54 +00:00
cdo 7f4d900688 Fix EMIT-DIGIT 2026-03-02 16:10:54 +00:00
cdo 54be0a8c0e Fix output width at 80 chars and remove trailing spaces 2026-03-02 16:10:54 +00:00
cdo 832ce55108 Implement basic scrolling in emu.js 2026-03-02 16:10:54 +00:00
cdo 259aa730f7 Add copyright and license message to the banner 2026-03-02 16:10:54 +00:00
+6 -2
View File
@@ -165,6 +165,10 @@ CHAR . EMIT
: NIP SWAP DROP ;
: HEX 16 BASE ! ;
: DECIMAL 10 BASE ! ;
: '
WORD FIND DUP 0<> IF
>CFA
@@ -260,8 +264,8 @@ CHAR . EMIT
." Wipforth " VERSION-PRINT CR
." Copyright (c) Camden Dixie O'Brien" CR
CR
." Wipforth is available to use, modify and distribute for personal use under" CR
." the Komorebi license, version 2.0.0." CR
." Wipforth is freely available to use, modify and distribute for personal use" CR
." under the Komorebi license, version 2.0.0." CR
CR
;