Izaya izaya
izaya synced commits to master at izaya/collapseos from mirror 2019-12-02 12:23:49 +11:00
105acedab8 basic: improve README
10864afa96 recipes/ti84: use the BASIC shell
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-12-01 20:03:49 +11:00
572e3566eb Add upload tooling for BASIC shell
4c07639808 basic: make cmd table more compact
4ba84dac5c basic: add getc/putc commands
77485a0031 basic: change welcome prompt
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-12-01 11:53:49 +11:00
871b06fecf bshell: adjust RAMSTART to avoid clashwith USER_CODE
izaya pushed to master at izaya/OC-PsychOS2 2019-11-26 21:35:09 +11:00
2e10fb23b4 added programs to export and import filesystems over the network
f9c8000080 added an mtrpc library
Compare 2 commits »
izaya pushed to master at izaya/OC-PsychOS2 2019-11-26 18:50:41 +11:00
9dd7ec1889 convinced the event library to handle non-string filters
izaya pushed to master at izaya/OC-PsychOS2 2019-11-26 18:47:44 +11:00
ce6e405934 the shell now prints tables that are returned as a serialized value
izaya synced commits to master at izaya/collapseos from mirror 2019-11-26 16:33:49 +11:00
fc23a7c4a1 basic: do registers-to-vars transfer after pgm hook call
264e72e0fd basic: add fnew and fdel commands
817088f794 fs: fix broken "ensure Z" in fsIter
7c893dada1 basic: can now execute user apps!
b29073b01d basic: add fopen command
Compare 5 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-25 16:03:49 +11:00
a0daed6812 basic: add usr command
12bc120375 basic: add bsel, bseek, getb, putb commands
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-25 07:53:49 +11:00
8f1d942e5f basic: add addr command
381d57a513 basic: make variable A the only input variable
e1df320d44 basic: add ldbas command
13f935aa88 basic: add fls command
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-24 15:33:49 +11:00
aad8efeff7 recipes/rc2014/basic: new recipe
b7d4860acf basic: add in/out commands
7761cebb0a basic: add sleep command
9602f9b983 basic: add peek/poke/deek/doke commands
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-24 07:23:49 +11:00
585e9f3b6e tools/emul: add troubleshooting instructions in README
a680fd3328 basic: add support for signed integers
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-23 15:03:49 +11:00
43b450ca30 Update bootstrap binaries
501fe96e07 lib/expr: use the IX register a bit less
2f71ad6d2f lib/expr: add left/right shifting operators
a03c5ac700 lib/expr: add bitwise operators
972e8221f1 lib/expr: add division and modulo operators
Compare 5 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-23 06:53:50 +11:00
1b01f13105 lib/expr: refactor for easier operator addition
fd5b2ab856 Put app-common documentation in apps/README.md
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-22 14:33:49 +11:00
e17dc1e1e1 basic: add input command
982d20f895 basic: allow printing of quoted strings
704d32279a basic: document better
7262993f14 basic: add if
Compare 4 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-21 14:03:49 +11:00
3f3dd9141e basic: allow multiple args in print
9c400ca642 basic: add goto
9d6cbe577c basic: add variables
Compare 3 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-21 05:53:49 +11:00
9c9484fb88 basic: add run command
izaya synced commits to master at izaya/collapseos from mirror 2019-11-20 21:43:49 +11:00
9d1003e7a2 basic: keep line index ordered and line numbers unique
izaya pushed to master at izaya/OC-PsychOS2 2019-11-20 21:08:34 +11:00
c78bb7b32c made unionfs read correctly
6dfb34bb72 added minitel to the default init, updated the package script
Compare 2 commits »
izaya synced commits to master at izaya/collapseos from mirror 2019-11-20 13:33:49 +11:00
62138b12cf basic: add buffer line index
4c6de413df basic: begin implementing a line buffer
Compare 2 commits »
izaya pushed to master at izaya/OC-PsychOS2 2019-11-19 21:47:44 +11:00
9dd5f5d4ad added an initial unionfs lib
0dbd1d5f8c significantly improved the shell; actually forks for processes now, shows the hostname, replaces an = at the start with return ...
Compare 2 commits »