81 コミット (bfe2c87a2341c51122e8e3a4e942591bf57b4fee)

作成者 SHA1 メッセージ 日付
  Virgil Dupras 3b1bbc1751 zasm: support negative displacement for IX/IY 4年前
  Virgil Dupras 8926c33ab1 Fix tools/tests/zasm/runtests.sh shebang 4年前
  Virgil Dupras f4b6c7637d zasm: rename #inc to .inc 4年前
  Virgil Dupras 612323f714 zasm: add "last value" symbol (@) 4年前
  Virgil Dupras 1c6a7caeae recipes/sms/romasm: make zasm's memory usage fit the SMS 5年前
  Virgil Dupras c2d84563dd zasm: allow duplicate const definition 5年前
  Virgil Dupras 1dec33e02a zasm: make symbol registry a bit more straightforward 5年前
  Virgil Dupras 02c7eb0161 zasm: clarify strlen's API 5年前
  Virgil Dupras cdb206b7a5 zasm: fix nasty (iy+d) misparsing bug 5年前
  Virgil Dupras f4f91ebd79 zasm: remove SYM_CTX 5年前
  Virgil Dupras 311d04e9aa zasm: make symbol registry easily parametrizable 5年前
  Virgil Dupras 34f499184d zasm: add ".bin" directive 5年前
  Virgil Dupras fe15bafeca zasm: fix bug with registry selection 5年前
  Virgil Dupras a7afbe091e tools/tests: remove scas requirement 5年前
  Virgil Dupras 253674ea05 Fix broken tests 5年前
  Virgil Dupras 54b0602710 zasm: add support for RES and SET 5年前
  Virgil Dupras 7cdc288ef2 zasm: print progress indicator while assembling 5年前
  Virgil Dupras c18d42f08b fs: further adjust to previous blkdev refactoring 5年前
  Virgil Dupras ae028e3a86 blockdev: make implementors "random access" 5年前
  Virgil Dupras 9a72f10221 zasm: includes CFS is now built on-the-fly by zasm.sh 5年前
  Virgil Dupras 22e990ed89 Parametrize zasm linux bin's include CFS file 5年前
  Virgil Dupras f8bd8eeaaf Make userspace parse args the same way the shell does 5年前
  Virgil Dupras 83771b538f fs: check for file size bounds in GetC 5年前
  Virgil Dupras 328f44814e Make blockdev pointers 32 bits 5年前
  Virgil Dupras e414e600ea zasm: add ERR_DUPSYM and ERR_OOM error conditions 5年前
  Virgil Dupras b298e607bd zasm: implement error conditions for #inc 5年前
  Virgil Dupras 31f7c7771d zasm: implement error conditions in .org and .fill 5年前
  Virgil Dupras 371076190f zasm: implement error conditions in .equ 5年前
  Virgil Dupras 436ff51c39 zasm: implement error conditions in .dw 5年前
  Virgil Dupras f5d4321ece zasm: implement error conditions in .db 5年前
  Virgil Dupras d76dd54f4b zasm: add ERR_OVFL 5年前
  Virgil Dupras f9118ef88e xasm: expand ERR_BAD_ARG condition 5年前
  Virgil Dupras e1e6d52fea zasm: add ERR_BAD_FMT 5年前
  Virgil Dupras 412b3f374a zasm: add ERR_BAD_ARG 5年前
  Virgil Dupras af2c561c6b zasm: begin erroring out reliably 5年前
  Virgil Dupras e18f9b53a9 zasm: add support for "$" symbol 5年前
  Virgil Dupras 848a7500bc zasm: add support for .fill directive 5年前
  Virgil Dupras ae315499cb Run unit tests with zasm 5年前
  Virgil Dupras acddb045a5 zasm: add support for .org directive 5年前
  Virgil Dupras 49be50b730 zasm now self-assembles! 5年前
  Virgil Dupras bc1496a7e3 zasm emul: bring back kernel/user distinction 5年前
  Virgil Dupras 7fad3b0c90 Move /parts/z80 to /kernel 5年前
  Virgil Dupras 78d9764005 zasm: can now assemble zasm/expr.asm! 5年前
  Virgil Dupras 6cbce0533a zasm: can now assemble zasm/instr.asm! 5年前
  Virgil Dupras ea8477bb91 zasm: accept whitespaces before separating comma 5年前
  Virgil Dupras 3b1ef2b9af zasm: bump global symbol limit to 0x200 5年前
  Virgil Dupras 44abc79850 zasm: add support for SBC HL, ss 5年前
  Virgil Dupras 98695f9912 zasm: de-index symRegister 5年前
  Virgil Dupras bccf933ea9 zasm: try for regular number or symbol before parsing expr 5年前
  Virgil Dupras 723497af69 zasm: can now assemble zasm/directive.asm! 5年前