Block a user
a8e573c84a
forth: add bin dict compilation stage!
f89e7bd503
forth: add words "C@" and "C!"
80f63cd185
forth: add words "2DUP", "2SWAP", "2OVER"
d8542f7cf7
forth: fix "NOT"
ea5f33558a
forth: make branching offsets 1 byte
2ddca57f3f
forth: add string and logic routines, as well as "RECURSE"
aac0a57a68
forth: add words "PC!" and "PC@"
e95614755b
emul: add forth target
0b3f6253e4
forth: add support for IMMEDIATE words
03bd9ee39b
forth: make readCompWord read from RS' BOS instead of TOS
0e8af3cea4
forth: clarify the meaning of "wordref"
e8a4768304
forth: add words "IF", "ELSE", "THEN"
03e529b762
forth: simplify execution model and handle literals better
5cadde557c
forth: add "VARIABLE"
989d8bbabf
forth: add "DOES>" and "CONSTANT"
53024d88f5
forth: add "DUP", "OVER", "SWAP", "?", "+!", "ALLOT"
f0cf10ab7c
forth: Check for PS underflow
580214426a
forth: add +-*/
9e7d778e21
added an mtar utility for OpenOS
7e41ce6ee2
removed some unnecessary stuff
a82ce51d05
added a lz16 stream library, depending on lzss
78385370fd
added a minitel archive library
97dcad9b15
recipes/sms/kbd: use Collapse OS' AVR assembler
64a54c72f8
Fix broken recipes
92ddc7ebc1
recipes/trs80: use grid module
a442c46935
sms/vdp: highlight cursor with inverted palette
434c8d5c0d
recipes/trs80: add ed
6224ea2fe9
zasm: use printcrlf instead of hardcoded CRLF
c3213e1e8c
recipes/trs80: can now run zasm!
2860a10f71
recipes/trs80: add CFS support
ec6df3087d
recipes/trs80: add "recv" command
049f2cf222
Reverse ttysafe escaping order
08328b86a9
doc: add reverse engineering notes for trs80-4p
bd38d46892
recipes/trs80: fix double line feeds
645fcf8270
updated fserv to use threads rather than a coroutine scheduler, added internet proxy support