forth-riscv

My forth
git clone git://git.electrosoup.com/forth-riscv
Log | Files | Refs

commit 6505510a7859d28667dbccb8ed3dffd4ce22993b
parent d0c0b881c2eb01971e8ba5043dc819d1f963b6ed
Author: Christian Ermann <christianermann@gmail.com>
Date:   Tue,  5 Nov 2024 22:28:37 -0800

Fix 'source' hash

Diffstat:
Mforth.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/forth.s b/forth.s @@ -198,7 +198,7 @@ _refill_failed: .int drop, lit, 0 .int exit -defcode "source", 6, 0, 0x238BAA91, source, refill +defcode "source", 6, 0, 0x1BCF29D8, source, refill la w, _source load_cell w, 0(w) la x, _source_len