1439 次代码提交 (5a2612a9c512744b8603e10853ca995f86a391e0)
 

作者 SHA1 备注 提交日期
  Virgil Dupras 21c49d80cf zasm: allow single quote to contain whitespace 5 年前
  Virgil Dupras 40d5530666 zasm: allow expression in .db 5 年前
  Virgil Dupras 556be3f0ce zasm: allow for whitespace inside string literals 5 年前
  Virgil Dupras f9dac15449 zasm: add support for string literals in .db 5 年前
  Virgil Dupras b499d320de zasm: can now assemble stdio! 5 年前
  Virgil Dupras 16922da3d4 zasm: support multiple elements in .dw and .db 5 年前
  Virgil Dupras b0318f4891 zasm: make instr unt write directly to ioPutC 5 年前
  Virgil Dupras 26d6dd1912 zasm: remove direcData buffer 5 年前
  Virgil Dupras ad7428e471 zasm: make io unit handle PC and output suppression 5 年前
  Virgil Dupras 6547e83f20 zasm: improve comma processing 5 年前
  Virgil Dupras 4c37d869f4 zasm: now assembles blockdev! 5 年前
  Virgil Dupras b8ece0bf98 blockdev: make zasm-friendly 5 年前
  Virgil Dupras 3a91e9eb46 zasm: add support for PUSH/POP IX/IY 5 年前
  Virgil Dupras 26e5c1de43 zasm can now assemble acia! 5 年前
  Virgil Dupras 807bd70b63 zasm emul: add dumpSymbolTable debug routine 5 年前
  Virgil Dupras c1b09123f1 zasm: add support for RETI and RETN 5 年前
  Virgil Dupras 072aad775a zasm: don't match prefixes in symFind 5 年前
  Virgil Dupras 92a119105d zasm: add support for "0b" literals 5 年前
  Virgil Dupras 0f5fab23e9 zasm: don't accept "0X" prefix for hex anymore 5 年前
  Virgil Dupras 4075c90d44 Add unit test for zasm's parse unit 5 年前
  Virgil Dupras 7083116379 zasm: remove JUMP_ prefixes 5 年前
  Virgil Dupras 013a3b74c8 Add the concept of unit tests 5 年前
  Virgil Dupras e4ffe669a1 acia: make zasm-friendly 5 年前
  Virgil Dupras 45b8e84e2a shell: de-macro-ize 5 年前
  Virgil Dupras 56760b5aba stdio: de-macro-ize 5 年前
  Virgil Dupras dfce0d3a62 tools/emul: fix shell RAMSTART 5 年前
  Virgil Dupras def6c2123d tools/emul: clean up the place a bit 5 年前
  Virgil Dupras 2f0dd5d668 zasm: iiiiiiiincluuuuuuudes!!1! 5 年前
  Virgil Dupras a2d6cea72f cfspack: fix bug where we would underallocate blocks 5 年前
  Virgil Dupras ede228374c fs: allow fsNext to skip more than one block 5 年前
  Virgil Dupras e18879fcb2 zasm emul: hook fsdev in glue code 5 年前
  Virgil Dupras df67a38f81 Extract fs_cmds.asm from fs.asm 5 年前
  Virgil Dupras 23f0dc18ca zasm emul: add tooling for includes fsdev 5 年前
  Virgil Dupras 22c7eeaa5d Move apps/zasm/tests to tools/tests/zasm 5 年前
  Virgil Dupras 0ae91e55ec zasm: big local symbols overhaul 5 年前
  Virgil Dupras e9244b80ee zasm: big I/O overhaul 5 年前
  Virgil Dupras 34ff0a6c2a zasm: consolidate code 5 年前
  Virgil Dupras a2b5b1efab zasm: add one layer of indirection in symbol registry 5 年前
  Virgil Dupras fa28d64278 zasm: change ioRewind to ioSeek 5 年前
  Virgil Dupras 33a1ee250d zasm: rename curOutputOffset to ZASM_PC 5 年前
  Virgil Dupras a994867a86 Wohoo! zasm assembles core.asm!!! 5 年前
  Virgil Dupras b0218349ff zasm: support multiple instructions on single line 5 年前
  Virgil Dupras 23fd493013 core: make a bit more zasm-friendly 5 年前
  Virgil Dupras 1010e8372c zasm: add support for subtractions in expressions 5 年前
  Virgil Dupras 67803f6cb5 zasm: don't upcase char literals 5 年前
  Virgil Dupras 72d2a8f073 zasm: add support for + expressions 5 年前
  Virgil Dupras 99a7c94c9f zasm: make "double parsing" a bit more solid 5 年前
  Virgil Dupras 7972b92be1 zasm: refactoring 5 年前
  Virgil Dupras 2c0166814f zasm: support inline labels 5 年前
  Virgil Dupras a486a2a81e zasm: support char literals 5 年前