Izaya izaya
izaya synced commits to master at izaya/collapseos from mirror 2020-03-13 05:42:31 +11:00
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
Compare 9 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-03-11 12:52:31 +11:00
2ddca57f3f forth: add string and logic routines, as well as "RECURSE"
aac0a57a68 forth: add words "PC!" and "PC@"
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-03-10 20:32:31 +11:00
e95614755b emul: add forth target
0b3f6253e4 forth: add support for IMMEDIATE words
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-03-10 12:22:31 +11:00
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
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-03-09 11:52:31 +11:00
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 +-*/
Compare 11 commits »
izaya pushed to master at izaya/OC-misc 2020-03-08 02:16:35 +11:00
b13fae7d29 added file format documentation
izaya pushed to master at izaya/OC-misc 2020-03-06 22:10:18 +11:00
9e7d778e21 added an mtar utility for OpenOS
7e41ce6ee2 removed some unnecessary stuff
Compare 2 commits »
izaya pushed to master at izaya/OC-misc 2020-03-04 15:34:30 +11:00
f5262fad08 replaced toint with a shorter version
izaya pushed to master at izaya/OC-misc 2020-03-04 15:32:50 +11:00
a82ce51d05 added a lz16 stream library, depending on lzss
78385370fd added a minitel archive library
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-02-28 06:57:38 +11:00
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
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-02-25 13:37:38 +11:00
247b200dcc New kernel module: grid
izaya synced commits to master at izaya/collapseos from mirror 2020-02-24 13:07:38 +11:00
434c8d5c0d recipes/trs80: add ed
6224ea2fe9 zasm: use printcrlf instead of hardcoded CRLF
c3213e1e8c recipes/trs80: can now run zasm!
Compare 3 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-02-23 12:37:38 +11:00
2860a10f71 recipes/trs80: add CFS support
ec6df3087d recipes/trs80: add "recv" command
049f2cf222 Reverse ttysafe escaping order
Compare 3 commits »
izaya synced commits to master at izaya/collapseos from mirror 2020-02-23 04:27:39 +11:00
69f0c6dafd trs80/floppy: implement write
izaya synced commits to master at izaya/collapseos from mirror 2020-02-22 12:07:41 +11:00
438c71ad3d trs80/floppy: new module
izaya synced commits to master at izaya/collapseos from mirror 2020-02-22 03:57:38 +11:00
08328b86a9 doc: add reverse engineering notes for trs80-4p
bd38d46892 recipes/trs80: fix double line feeds
Compare 2 commits »
izaya synced commits to master at izaya/OC-Minitel from mirror 2020-02-20 00:17:42 +11:00
645fcf8270 updated fserv to use threads rather than a coroutine scheduler, added internet proxy support
izaya pushed to master at izaya/OC-misc 2020-02-19 18:39:50 +11:00
dc55813b69 added some partitioning-related stuff
izaya synced commits to master at izaya/collapseos from mirror 2020-02-19 10:37:38 +11:00
0f2b3aca24 zasm: allow zasm to omit its 3rd argument
izaya pushed to master at izaya/OC-misc 2020-02-18 17:45:09 +11:00
0df2aa922e I wrote this like two months ago