14 Révisions (dcb96aefe9654504bebae79c0f9a1f1a5d6edbe8)

Auteur SHA1 Message Date
  Virgil Dupras 15628da7de lib/expr: make EXPR_PARSE put result in DE instead of IX il y a 4 ans
  Virgil Dupras 981c93bfd4 lib/expr: fix stack imbalance on failure il y a 4 ans
  Virgil Dupras 213614af33 lib/expr: make recursion process a bit more orderly il y a 4 ans
  Virgil Dupras 7410891ad1 lib/expr: fix unary minus il y a 4 ans
  Virgil Dupras 6d88c3a754 parseExprDE --> parseExpr il y a 4 ans
  Virgil Dupras a034f63e23 test: begin adding common test harnessing code 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 7262993f14 basic: add if il y a 4 ans
  Virgil Dupras f5b04fc02f basic: add expression support to print il y a 4 ans
  Virgil Dupras c40bc329d5 zasm: fix expr returning wrong values on first pass il y a 5 ans
  Virgil Dupras 78d9764005 zasm: can now assemble zasm/expr.asm! il y a 5 ans
  Virgil Dupras bccf933ea9 zasm: try for regular number or symbol before parsing expr il y a 5 ans
  Virgil Dupras d47d07757e zasm: fix expr operator priority il y a 5 ans
  Virgil Dupras cdb6cce914 zasm: add multiplication expressions il y a 5 ans
  Virgil Dupras 7083116379 zasm: remove JUMP_ prefixes il y a 5 ans
  Virgil Dupras 1010e8372c zasm: add support for subtractions in expressions il y a 5 ans
  Virgil Dupras 72d2a8f073 zasm: add support for + expressions il y a 5 ans