30 Commits (dcb96aefe9654504bebae79c0f9a1f1a5d6edbe8)

Author SHA1 Message Date
  Virgil Dupras dcb96aefe9 lib/parse: remove parseHexPair 4 years ago
  Virgil Dupras 2503bdfced lib/args: remove 4 years ago
  Virgil Dupras 346bcc3d3d zasm: don't use lib/args 4 years ago
  Virgil Dupras d0f031939f lib/parse: make parseLiteral a little tighter 4 years ago
  Virgil Dupras 15628da7de lib/expr: make EXPR_PARSE put result in DE instead of IX 4 years ago
  Virgil Dupras 981c93bfd4 lib/expr: fix stack imbalance on failure 4 years ago
  Virgil Dupras 213614af33 lib/expr: make recursion process a bit more orderly 4 years ago
  Virgil Dupras 7410891ad1 lib/expr: fix unary minus 4 years ago
  Virgil Dupras 6d88c3a754 parseExprDE --> parseExpr 4 years ago
  Virgil Dupras a034f63e23 test: begin adding common test harnessing code 4 years ago
  Virgil Dupras 20151a97f8 recipes/rc2014/zasm: use BASIC shell 4 years ago
  Virgil Dupras beaea6f978 basic: add puth command 4 years ago
  Virgil Dupras 4c07639808 basic: make cmd table more compact 4 years ago
  Virgil Dupras a680fd3328 basic: add support for signed integers 4 years ago
  Virgil Dupras 501fe96e07 lib/expr: use the IX register a bit less 4 years ago
  Virgil Dupras 2f71ad6d2f lib/expr: add left/right shifting operators 4 years ago
  Virgil Dupras a03c5ac700 lib/expr: add bitwise operators 4 years ago
  Virgil Dupras 972e8221f1 lib/expr: add division and modulo operators 4 years ago
  Virgil Dupras 1b01f13105 lib/expr: refactor for easier operator addition 4 years ago
  Virgil Dupras 7262993f14 basic: add if 4 years ago
  Virgil Dupras 3f3dd9141e basic: allow multiple args in print 4 years ago
  Virgil Dupras f5b04fc02f basic: add expression support to print 4 years ago
  Virgil Dupras 0bd58fd178 basic: parse hex, binary and char literals 4 years ago
  Virgil Dupras 1cea6e71e0 basic: add a print cmd 4 years ago
  Virgil Dupras 019d05f64c Make the shell a userspace app 4 years ago
  Virgil Dupras 8d46895dd3 lib/parse: decimal ending with a whitespace are now valid 4 years ago
  Clanmaster21 38333e9e07 Decimal parse optimisations (#45) 4 years ago
  Virgil Dupras eefadc3917 ed: add support for 'a' and 'i' 5 years ago
  Virgil Dupras 951dd2206d apps/ed: add the concept of "current line" 5 years ago
  Virgil Dupras 6dbbfa837d apps/ed: add (dummy) line number processing 5 years ago