Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Virgil Dupras 5cb4a7de9a Add word "C@+" 4 년 전
..
README.md Move "forth" folder to project's root folder 4 년 전
adev.fs Add adev unit 4 년 전
blk.fs Add word "BLK!" 4 년 전
boot.fs boot: compaction 4 년 전
cmp.fs Clarify signed-ness 4 년 전
core.fs Add word "C@+" 4 년 전
fmt.fs Add word "C@+" 4 년 전
icore.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 년 전
link.fs link: adjust (br) and (?br) hardcoded offsets 4 년 전
parse.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 년 전
print.fs Add word "C@+" 4 년 전
readln.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 년 전
str.fs Add word "C@+" 4 년 전
xcomp.fs Make word routine refs 1b instead of 2 4 년 전
z80a.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 년 전
z80c.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 년 전

README.md

Forth

WIP A Forth interpreter. Far from complete, but you can do stuff like

KEY EMIT KEY EMIT

See dictionary.txt for a word reference.