Block a user
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
2e10fb23b4
added programs to export and import filesystems over the network
f9c8000080
added an mtrpc library
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
a0daed6812
basic: add usr command
12bc120375
basic: add bsel, bseek, getb, putb commands
8f1d942e5f
basic: add addr command
381d57a513
basic: make variable A the only input variable
e1df320d44
basic: add ldbas command
13f935aa88
basic: add fls command
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
585e9f3b6e
tools/emul: add troubleshooting instructions in README
a680fd3328
basic: add support for signed integers
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
1b01f13105
lib/expr: refactor for easier operator addition
fd5b2ab856
Put app-common documentation in apps/README.md
e17dc1e1e1
basic: add input command
982d20f895
basic: allow printing of quoted strings
704d32279a
basic: document better
7262993f14
basic: add if
3f3dd9141e
basic: allow multiple args in print
9c400ca642
basic: add goto
9d6cbe577c
basic: add variables
c78bb7b32c
made unionfs read correctly
6dfb34bb72
added minitel to the default init, updated the package script
62138b12cf
basic: add buffer line index
4c6de413df
basic: begin implementing a line buffer
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 ...