48 Commits (9ab292a6d556b4ceb985ba6a6f1d94816adfc505)

Author SHA1 Message Date
  Virgil Dupras beaea6f978 basic: add puth command 4 years ago
  Virgil Dupras d9db0a824e Make makefiles and shell scripts portable 4 years ago
  Virgil Dupras a680fd3328 basic: add support for signed integers 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 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 e5255d22f9 zasm: make .org affect "@" symbol 4 years ago
  Virgil Dupras 6e714875dc zasm: Constants now override labels at all times 4 years ago
  Virgil Dupras 7cf3ed38da Extract str.asm from core.asm and make core included by userspace 4 years ago
  Virgil Dupras 8d46895dd3 lib/parse: decimal ending with a whitespace are now valid 4 years ago
  Virgil Dupras 506c3d0a96 zasm: generalize handling of IX/IY in 0xcb upcode family 4 years ago
  Virgil Dupras d9d6093287 zasm: simplify (IX/Y+d) handling 4 years ago
  Virgil Dupras a3c47f6272 Add tests for parseArgs 4 years ago
  Virgil Dupras a7aa2fc702 Improve test_parse_z coverage 4 years ago
  Virgil Dupras f4b6c7637d zasm: rename #inc to .inc 4 years ago
  Virgil Dupras 612323f714 zasm: add "last value" symbol (@) 4 years ago
  Virgil Dupras 1c6a7caeae recipes/sms/romasm: make zasm's memory usage fit the SMS 5 years ago
  Virgil Dupras 1dec33e02a zasm: make symbol registry a bit more straightforward 5 years ago
  Virgil Dupras 02c7eb0161 zasm: clarify strlen's API 5 years ago
  Virgil Dupras f4f91ebd79 zasm: remove SYM_CTX 5 years ago
  Virgil Dupras fe15bafeca zasm: fix bug with registry selection 5 years ago
  Virgil Dupras 253674ea05 Fix broken tests 5 years ago
  Virgil Dupras ae028e3a86 blockdev: make implementors "random access" 5 years ago
  Virgil Dupras 9a72f10221 zasm: includes CFS is now built on-the-fly by zasm.sh 5 years ago
  Virgil Dupras 22e990ed89 Parametrize zasm linux bin's include CFS file 5 years ago
  Virgil Dupras 83771b538f fs: check for file size bounds in GetC 5 years ago
  Virgil Dupras 328f44814e Make blockdev pointers 32 bits 5 years ago
  Virgil Dupras e414e600ea zasm: add ERR_DUPSYM and ERR_OOM error conditions 5 years ago
  Virgil Dupras e18f9b53a9 zasm: add support for "$" symbol 5 years ago
  Virgil Dupras ae315499cb Run unit tests with zasm 5 years ago
  Virgil Dupras 7fad3b0c90 Move /parts/z80 to /kernel 5 years ago
  Virgil Dupras 3b1ef2b9af zasm: bump global symbol limit to 0x200 5 years ago
  Virgil Dupras 98695f9912 zasm: de-index symRegister 5 years ago
  Virgil Dupras d47d07757e zasm: fix expr operator priority 5 years ago
  Virgil Dupras 068e4327ec zasm: fix false truncation error on "-" expressions 5 years ago
  Virgil Dupras f44c3e5413 zasm: fix 3-digit hex parsing 5 years ago
  Virgil Dupras cdb6cce914 zasm: add multiplication expressions 5 years ago
  Virgil Dupras 28d5ebdc8a Make apps folder into a namespace 5 years ago
  Virgil Dupras 072aad775a zasm: don't match prefixes in symFind 5 years ago
  Virgil Dupras 92a119105d zasm: add support for "0b" literals 5 years ago
  Virgil Dupras 4075c90d44 Add unit test for zasm's parse unit 5 years ago
  Virgil Dupras 013a3b74c8 Add the concept of unit tests 5 years ago