コミットグラフ

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 8ce528c zasm: add a bunch of instructions by Virgil Dupras 2019-04-17 16:48:29 -0400
  • 76caf94 zasm: add support for the "e" arg type (djnz, jr) by Virgil Dupras 2019-04-17 16:26:04 -0400
  • c5c8369 zasm: Add support for (NN) constants by Virgil Dupras 2019-04-17 16:04:24 -0400
  • e1d6178 zasm: add a bunch of instructions by Virgil Dupras 2019-04-17 15:19:06 -0400
  • 7996a99 zasm: add support for numerical constants by Virgil Dupras 2019-04-17 14:47:42 -0400
  • 3fe5eb3 zasm: add a bunch of primary instructions by Virgil Dupras 2019-04-17 11:14:24 -0400
  • a7dc1e7 zasm: make "RET cc" work by Virgil Dupras 2019-04-17 11:06:51 -0400
  • 279f6e0 zasm: invert emulator io_write() handling by Virgil Dupras 2019-04-17 10:34:30 -0400
  • 9b556c8 zasm: support "special" groups and groups in arg2 by Virgil Dupras 2019-04-17 10:34:10 -0400
  • a753847 zasm: add support for variable arguments by Virgil Dupras 2019-04-17 08:23:01 -0400
  • 38e40bf zasm: make the instruction table fixed by Virgil Dupras 2019-04-16 22:46:04 -0400
  • 8cd4006 zasm: read each argument immediately insto an argspec by Virgil Dupras 2019-04-16 22:40:07 -0400
  • 1f94b6c zasm: can now match all "constant" primary opcodes by Virgil Dupras 2019-04-16 20:32:30 -0400
  • fc0cded Move print(n)str from core to shell by Virgil Dupras 2019-04-16 19:45:05 -0400
  • 453cf3d zasm: start matching args by Virgil Dupras 2019-04-16 19:40:37 -0400
  • b3af6e0 zasm: reuse code from core by Virgil Dupras 2019-04-16 17:00:19 -0400
  • 9acca52 zasm: begin parsing with easy pickings by Virgil Dupras 2019-04-16 16:49:47 -0400
  • 88cee23 zasm: have a whole kernel in emulation instead of a simple wrapper by Virgil Dupras 2019-04-16 14:26:45 -0400
  • 43c1005 zasm: implement stdin/stdout in emulator by Virgil Dupras 2019-04-16 13:59:19 -0400
  • 1ae2331 Add zasm app by Virgil Dupras 2019-04-16 13:36:57 -0400
  • ff99062 Move RC2014 recipe in its own folder by Virgil Dupras 2019-04-16 11:50:16 -0400
  • 6597e8a doc: add emulate section by Virgil Dupras 2019-04-16 11:35:15 -0400
  • 056de2b doc: add glue code section by Virgil Dupras 2019-04-16 11:25:54 -0400
  • 7060ee4 Add Status section to README by Virgil Dupras 2019-04-16 10:49:09 -0400
  • 6c4489d Add blockdev doc by Virgil Dupras 2019-04-16 10:37:29 -0400
  • 21eb64f blockdev: remove one layer of indirection by Virgil Dupras 2019-04-16 10:17:25 -0400
  • a27da6f add mmap part by Virgil Dupras 2019-04-16 08:36:26 -0400
  • af13b0b Code consolidation by Virgil Dupras 2019-04-16 08:35:44 -0400
  • ce49fc1 blockdev: reorganize routine pointers by Virgil Dupras 2019-04-15 21:56:15 -0400
  • a5addc9 shell: rename seek to mptr by Virgil Dupras 2019-04-15 20:42:12 -0400
  • c996da8 shell: add error codes to cmds by Virgil Dupras 2019-04-15 20:38:25 -0400
  • 12c23f5 Add blockdev part by Virgil Dupras 2019-04-15 16:53:11 -0400
  • 4600b52 shell: place cmd metadata next to the routine by Virgil Dupras 2019-04-15 15:08:00 -0400
  • f571664 Improve user guide by Virgil Dupras 2019-04-15 13:18:29 -0400
  • 9aae4ea Add user guide by Virgil Dupras 2019-04-15 12:06:27 -0400
  • 26b125b shell: add shellParseArgs by Virgil Dupras 2019-04-14 23:14:07 -0400
  • 83f63c7 shell: add call command by Virgil Dupras 2019-04-14 17:01:28 -0400
  • e4c23b4 shell: echo types letters right away by Virgil Dupras 2019-04-14 15:18:41 -0400
  • 942ff37 shell: implement load command by Virgil Dupras 2019-04-14 14:53:16 -0400
  • 461c09f Decouple shell from acia by Virgil Dupras 2019-04-14 14:24:29 -0400
  • 8ccddbc Separate shell and acia input buffers by Virgil Dupras 2019-04-14 13:56:04 -0400
  • 902c6a5 shell: add count arg to peek by Virgil Dupras 2019-04-14 11:54:18 -0400
  • e4e7db8 shell: cleanup by Virgil Dupras 2019-04-14 11:22:45 -0400
  • 21168f6 shell: implement seek and peek by Virgil Dupras 2019-04-14 11:11:13 -0400
  • 9580cc3 shell: add "seek" and "peek" dummy commands by Virgil Dupras 2019-04-13 22:39:28 -0400
  • 6bb4542 Extract "acia.asm" from shell by Virgil Dupras 2019-04-13 16:01:20 -0400
  • ac22a20 shell: handle inputs with interrupts by Virgil Dupras 2019-04-13 15:02:29 -0400
  • 358c551 shell: add input routine by Virgil Dupras 2019-04-12 21:28:50 -0400
  • 89e4edf Add parts/platforms by Virgil Dupras 2019-04-12 15:53:05 -0400
  • 7bf3e2f Let's get the ball rolling! by Virgil Dupras 2019-04-12 15:16:12 -0400
  • 503089a Initial commit by Virgil Dupras 2019-03-06 14:28:56 -0500