Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Virgil Dupras d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT 4 yıl önce
..
README.md Move "forth" folder to project's root folder 4 yıl önce
adev.fs Add adev unit 4 yıl önce
boot.fs boot: make HERE point to RAMEND instead of CURRENT 4 yıl önce
cmp.fs link: new unit to relink dictionaries 4 yıl önce
core.fs Add word "FORGET" 4 yıl önce
fmt.fs rc2014/acia: adjust to latest developments 4 yıl önce
icore.fs xcomp: shrink scope 4 yıl önce
link.fs Add word "FORGET" 4 yıl önce
parse.fs parse: be a bit more graceful on parsing meta-failure 4 yıl önce
print.fs Add word "LITA" 4 yıl önce
readln.fs Add one layer of indirection in subsystem memory management 4 yıl önce
str.fs Move ASCII constants from str unit to print 4 yıl önce
xcomp.fs xcomp: shrink scope 4 yıl önce
z80a.fs Add one layer of indirection in subsystem memory management 4 yıl önce
z80c.fs doc improvement 4 yıl önce

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.