Block a user
08392fee60
recipes/rc2014/eeprom: use BASIC shell
0fb7995166
recipes/sms/romasm: add missing sentinel in .mycmds
30a0f69101
Fix broken uploadb.py
270ad926c9
recipes/sms: use BASIC shell
66dacd1816
tools/emul: add "Min SP" debug value
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
871b06fecf
bshell: adjust RAMSTART to avoid clashwith USER_CODE
2e10fb23b4
added programs to export and import filesystems over the network
f9c8000080
added an mtrpc library
9dd7ec1889
convinced the event library to handle non-string filters
ce6e405934
the shell now prints tables that are returned as a serialized value
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