284 Révisions (9ab292a6d556b4ceb985ba6a6f1d94816adfc505)

Auteur SHA1 Message Date
  Virgil Dupras 43f4c5200e basic: don't choke on ':' in '"' literals il y a 4 ans
  Virgil Dupras 3db38b0d89 basic: add while command il y a 4 ans
  Virgil Dupras 51c977f2ed basic: allow multiple commands on the same line il y a 4 ans
  Virgil Dupras 1710c865dc doc: refer to the new BASIC shell in example il y a 4 ans
  Virgil Dupras 25d25d017c Replace old shell with BASIC shell il y a 4 ans
  Virgil Dupras 20151a97f8 recipes/rc2014/zasm: use BASIC shell il y a 4 ans
  Virgil Dupras 880775ae69 recipes/rc2014/sdcard: use BASIC shell il y a 4 ans
  Virgil Dupras beaea6f978 basic: add puth command il y a 4 ans
  Virgil Dupras 105acedab8 basic: improve README il y a 4 ans
  Virgil Dupras 10864afa96 recipes/ti84: use the BASIC shell il y a 4 ans
  Virgil Dupras 4c07639808 basic: make cmd table more compact il y a 4 ans
  Virgil Dupras 4ba84dac5c basic: add getc/putc commands il y a 4 ans
  Virgil Dupras 77485a0031 basic: change welcome prompt il y a 4 ans
  Virgil Dupras fc23a7c4a1 basic: do registers-to-vars transfer after pgm hook call il y a 4 ans
  Virgil Dupras 264e72e0fd basic: add fnew and fdel commands il y a 4 ans
  Virgil Dupras 7c893dada1 basic: can now execute user apps! il y a 4 ans
  Virgil Dupras b29073b01d basic: add fopen command il y a 4 ans
  Virgil Dupras a0daed6812 basic: add usr command il y a 4 ans
  Virgil Dupras 12bc120375 basic: add bsel, bseek, getb, putb commands il y a 4 ans
  Virgil Dupras 8f1d942e5f basic: add addr command il y a 4 ans
  Virgil Dupras 381d57a513 basic: make variable A the only input variable il y a 4 ans
  Virgil Dupras e1df320d44 basic: add ldbas command il y a 4 ans
  Virgil Dupras 13f935aa88 basic: add fls command il y a 4 ans
  Virgil Dupras b7d4860acf basic: add in/out commands il y a 4 ans
  Virgil Dupras 7761cebb0a basic: add sleep command il y a 4 ans
  Virgil Dupras 9602f9b983 basic: add peek/poke/deek/doke commands il y a 4 ans
  Virgil Dupras a680fd3328 basic: add support for signed integers il y a 4 ans
  Virgil Dupras 501fe96e07 lib/expr: use the IX register a bit less il y a 4 ans
  Virgil Dupras 2f71ad6d2f lib/expr: add left/right shifting operators il y a 4 ans
  Virgil Dupras a03c5ac700 lib/expr: add bitwise operators il y a 4 ans
  Virgil Dupras 972e8221f1 lib/expr: add division and modulo operators il y a 4 ans
  Virgil Dupras 1b01f13105 lib/expr: refactor for easier operator addition il y a 4 ans
  Virgil Dupras fd5b2ab856 Put app-common documentation in apps/README.md il y a 4 ans
  Virgil Dupras e17dc1e1e1 basic: add input command il y a 4 ans
  Virgil Dupras 982d20f895 basic: allow printing of quoted strings il y a 4 ans
  Virgil Dupras 704d32279a basic: document better il y a 4 ans
  Virgil Dupras 7262993f14 basic: add if il y a 4 ans
  Virgil Dupras 3f3dd9141e basic: allow multiple args in print il y a 4 ans
  Virgil Dupras 9c400ca642 basic: add goto il y a 4 ans
  Virgil Dupras 9d6cbe577c basic: add variables il y a 4 ans
  Virgil Dupras 9c9484fb88 basic: add run command il y a 4 ans
  Virgil Dupras 9d1003e7a2 basic: keep line index ordered and line numbers unique il y a 4 ans
  Virgil Dupras 62138b12cf basic: add buffer line index il y a 4 ans
  Virgil Dupras 4c6de413df basic: begin implementing a line buffer il y a 4 ans
  Virgil Dupras f5b04fc02f basic: add expression support to print il y a 4 ans
  Virgil Dupras 0bd58fd178 basic: parse hex, binary and char literals il y a 4 ans
  Virgil Dupras 1cea6e71e0 basic: add a print cmd il y a 4 ans
  Virgil Dupras 019d05f64c Make the shell a userspace app il y a 4 ans
  Virgil Dupras cdd0b64570 Modify userspace .org and RAMSTART expectations il y a 4 ans
  Virgil Dupras d74b85f146 zasm: allow .org to be specified from command line il y a 4 ans