コミットグラフ

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • cdddfde avra: add a layer of indirection to FLBL! by Virgil Dupras 2020-05-18 19:45:30 -0400
  • 63dec37 sms/kbd: continue advancing on ps2ctl rewrite by Virgil Dupras 2020-05-17 21:10:02 -0400
  • 177e705 sms/kbd: begin rewriting ps2ctl to Forth by Virgil Dupras 2020-05-17 14:24:27 -0400
  • 8c4c879 avra: begin implementing forward label system by Virgil Dupras 2020-05-17 11:04:08 -0400
  • 212126d avra: add RJMP and RCALL by Virgil Dupras 2020-05-17 10:13:43 -0400
  • b5d4292 avra: add arg range checks by Virgil Dupras 2020-05-17 09:30:36 -0400
  • 5227777 avra: add OPb and OPRdb instr classes by Virgil Dupras 2020-05-17 08:57:23 -0400
  • 2e23b84 avra: simplify OPRdRr by Virgil Dupras 2020-05-16 22:16:41 -0400
  • 75a1b2d avra: add OPAb instr class by Virgil Dupras 2020-05-16 21:59:07 -0400
  • 322be4d avra: add OPNA instr class by Virgil Dupras 2020-05-16 21:44:47 -0400
  • 0f2d14a z80a: add BREAK, instruction by Virgil Dupras 2020-05-16 21:02:50 -0400
  • fd597d2 boot: remove spurious label usage by Virgil Dupras 2020-05-16 19:47:34 -0400
  • ee3407b avra: first steps by Virgil Dupras 2020-05-16 09:51:02 -0400
  • ed3bee7 emul: add a zasm.sh wrapper around stage executable by Virgil Dupras 2020-05-16 07:47:47 -0400
  • 863540f core: define H@ a bit sooner by Virgil Dupras 2020-05-15 22:59:38 -0400
  • bd38d80 Move Cross-compiled core from B390 to B350 by Virgil Dupras 2020-05-15 22:44:49 -0400
  • f281787 sms: working on real hardware! by Virgil Dupras 2020-05-15 21:49:10 -0400
  • 7ceff61 sms: implement pad button B ( next class ) by Virgil Dupras 2020-05-15 21:18:32 -0400
  • b6c0395 Don't emit BS when at beginning of input buffer by Virgil Dupras 2020-05-15 20:51:09 -0400
  • aad713c sms: implement backspace with pad button A by Virgil Dupras 2020-05-15 20:32:04 -0400
  • fdea069 sms: implement button C and Start in Pad by Virgil Dupras 2020-05-15 17:46:18 -0400
  • ebc70be ti84: use dd instead of truncate by Virgil Dupras 2020-05-15 17:25:58 -0400
  • 852c775 sms: implement linefeed in VDP by Virgil Dupras 2020-05-15 16:08:27 -0400
  • f9a8e6f sms: Pad WIP by Virgil Dupras 2020-05-15 15:41:06 -0400
  • 1597f1e Don't generalize XYPOS just yet by Virgil Dupras 2020-05-15 14:07:22 -0400
  • db9885b Rename (find) to FIND by Virgil Dupras 2020-05-15 12:50:14 -0400
  • 175b4bc sms: CollapseOS prompt! by Virgil Dupras 2020-05-15 12:14:27 -0400
  • ca60685 Streamline initialization process by Virgil Dupras 2020-05-15 11:34:35 -0400
  • 0163af4 Fix EOT behavior after QUIT by Virgil Dupras 2020-05-15 10:19:39 -0400
  • 43eabf5 sms: WIP ! by Virgil Dupras 2020-05-14 22:15:31 -0400
  • faa2576 CI: don't needlessly run tests twice by Virgil Dupras 2020-05-14 18:47:37 -0400
  • 87b51a6 By default, allocate about 0x100 bytes for PSP+RSP by Virgil Dupras 2020-05-14 18:41:09 -0400
  • bf289b0 z80a: de-variable-ize by Virgil Dupras 2020-05-14 15:22:32 -0400
  • 3fbae08 Remove INTJUMP mechanism by Virgil Dupras 2020-05-14 15:13:16 -0400
  • a5269a1 Make blk use system RAM by Virgil Dupras 2020-05-14 14:49:16 -0400
  • eec9549 Make rdln use system RAM by Virgil Dupras 2020-05-14 14:26:56 -0400
  • b606dbf rc2014: move xcomp unit's contents to blkfs by Virgil Dupras 2020-05-13 15:19:46 -0400
  • a8e8204 trs80: adapt recipe to single stage xcomp by Virgil Dupras 2020-05-14 12:08:17 -0400
  • 8a58449 Add word ERR by Virgil Dupras 2020-05-14 11:57:26 -0400
  • 303b34b ti84: adapt recipe to single stage xcomp by Virgil Dupras 2020-05-14 11:36:10 -0400
  • 0703da9 rc2014: adapt recipe to single stage xcomp by Virgil Dupras 2020-05-14 11:32:51 -0400
  • b0258f5 Fix tests by Virgil Dupras 2020-05-14 10:58:41 -0400
  • 5446afd emul: rename stage2 to stage by Virgil Dupras 2020-05-14 10:55:39 -0400
  • 9d4d9de emul: remove stage1 by Virgil Dupras 2020-05-14 10:49:24 -0400
  • e6bac98 Cross-compiles in a single stage! by Virgil Dupras 2020-05-14 10:17:38 -0400
  • 68262f9 Almost done De-XPACKing! by Virgil Dupras 2020-05-14 09:58:48 -0400
  • 640e332 Move a bunch of words from XPACKed core to xcomp core by Virgil Dupras 2020-05-14 09:54:33 -0400
  • 4143e2a Improve late-stage xcomp by Virgil Dupras 2020-05-14 09:45:42 -0400
  • 179c66b Move a bunch of words from XPACKed core to xcomp core by Virgil Dupras 2020-05-14 08:50:43 -0400
  • 7489605 Move BOOT, (boot<) and INTEPRET to high xcomp by Virgil Dupras 2020-05-14 08:45:01 -0400
  • b17bd4d wip by Virgil Dupras 2020-05-14 08:33:06 -0400
  • 40a756c Move a bunch of words from XPACKed core to xcomp core by Virgil Dupras 2020-05-14 08:18:53 -0400
  • 5199753 Move a bunch of words from XPACKed core to xcomp core by Virgil Dupras 2020-05-14 07:58:55 -0400
  • 80d7303 Simplify LOAD's INTERPRET exit mechanism by Virgil Dupras 2020-05-13 22:55:52 -0400
  • 2e9e704 Make INTERPRET break on ASCII EOT by Virgil Dupras 2020-05-13 21:44:46 -0400
  • 052d59a TOWORD: tiny optimization by Virgil Dupras 2020-05-13 20:59:00 -0400
  • 33d37d4 WORD: don't overwrite RAM on words over 31 chars by Virgil Dupras 2020-05-13 20:39:53 -0400
  • bd1e76e Gather all RC2014 drivers into a single "RC2014 Recipe section" by Virgil Dupras 2020-05-13 14:56:38 -0400
  • 9b85961 Rename "Core words" to "XPACKed core" by Virgil Dupras 2020-05-13 14:31:56 -0400
  • 76037ca Simplify boot process by Virgil Dupras 2020-05-13 14:19:54 -0400
  • bb77cd0 xcomp: add overrides into a loadable block by Virgil Dupras 2020-05-13 13:33:24 -0400
  • 0434d02 xcomp: implement X['] by Virgil Dupras 2020-05-13 13:24:58 -0400
  • 7c20501 Move core's blk to xcomp core (low and high) by Virgil Dupras 2020-05-13 10:14:23 -0400
  • d956386 Move core's readln to xcomp core (high) by Virgil Dupras 2020-05-13 09:28:32 -0400
  • 029df00 Free some space for xcomp core by Virgil Dupras 2020-05-13 09:11:57 -0400
  • 56af516 Move core's fmt to xcomp core (high) by Virgil Dupras 2020-05-13 09:02:44 -0400
  • e2e9fae Move a bunch of words from core to xcomp core by Virgil Dupras 2020-05-13 08:50:07 -0400
  • d6a3e79 Free some space for xcomp core low by Virgil Dupras 2020-05-13 08:00:49 -0400
  • ddf23e3 Move a bunch of words from core to xcomp core by Virgil Dupras 2020-05-13 07:55:36 -0400
  • 6a5ff3a rc2014: unify SD Card driver by Virgil Dupras 2020-05-12 21:48:29 -0400
  • cbf5baf Pack core words a bit by Virgil Dupras 2020-05-12 21:27:06 -0400
  • dfe474c xcomp: add XCOMPILE and X[COMPILE] by Virgil Dupras 2020-05-12 21:08:18 -0400
  • 44b065f ti84: unify drivers by Virgil Dupras 2020-05-12 12:41:47 -0400
  • 1094ec9 Make DO..LOOP stable by Virgil Dupras 2020-05-12 10:37:24 -0400
  • b760c2d SCPY: don't copy the NULL by Virgil Dupras 2020-05-12 07:36:20 -0400
  • 231d727 Move a few words from core to xcomp core by Virgil Dupras 2020-05-12 07:21:34 -0400
  • 9ad7ee7 Rename Inner core to Cross-compiled core by Virgil Dupras 2020-05-11 22:23:26 -0400
  • 6beb082 acia: make wholly cross compilable by Virgil Dupras 2020-05-11 21:52:44 -0400
  • da37145 Replace INITIAL_SP with PS_ADDR conf by Virgil Dupras 2020-05-11 21:08:24 -0400
  • 73482e7 Reword root block by Virgil Dupras 2020-05-11 20:12:21 -0400
  • 73b6d99 Add 7x7 font by Virgil Dupras 2020-05-10 21:37:23 -0400
  • 4e1fe91 ti84: working! by Virgil Dupras 2020-05-10 14:33:35 -0400
  • 2791dd9 ti84: offset binary by 0x100 to free space for TI-specific stuff by Virgil Dupras 2020-05-10 14:06:01 -0400
  • 62ae101 ti84: allow case select during a-lock with 2nd mode by Virgil Dupras 2020-05-10 11:39:10 -0400
  • a6aba40 ti84: fix a-lock debouncing bug by Virgil Dupras 2020-05-10 11:26:58 -0400
  • 06a4674 ti84: implement a-lock by Virgil Dupras 2020-05-10 09:37:36 -0400
  • a476773 Add words BIT@ and BIT! by Virgil Dupras 2020-05-10 08:40:49 -0400
  • 244776a ti84: enable alpha key by Virgil Dupras 2020-05-09 20:54:47 -0400
  • abafd6d ti84: fix glitches by Virgil Dupras 2020-05-09 15:31:41 -0400
  • e06d6c5 ti84: we have a prompt by Virgil Dupras 2020-05-09 14:28:55 -0400
  • 4ce0727 ti84: kbd driver wip by Virgil Dupras 2020-05-09 11:55:58 -0400
  • 2f1e635 ti84: tidy up driver code by Virgil Dupras 2020-05-09 08:50:55 -0400
  • b2d71cb ti84: add Z offset mechanism by Virgil Dupras 2020-05-08 13:24:55 -0400
  • afc2327 Split icore in 2 parts by Virgil Dupras 2020-05-08 21:47:03 -0400
  • baf725a Move a bunch of words from core to inner core by Virgil Dupras 2020-05-08 20:55:50 -0400
  • ffdc587 ti84: HelloWorld! by Virgil Dupras 2020-05-08 11:36:50 -0400
  • b90efb0 ti84: first glyph on screen! by Virgil Dupras 2020-05-08 09:07:44 -0400
  • 58ec54f ti84: wip by Virgil Dupras 2020-05-08 07:56:34 -0400
  • 114e753 ti84: WIP by Virgil Dupras 2020-05-08 06:50:34 -0400
  • 24e5880 Add words RSHIFT and LSHIFT by Virgil Dupras 2020-05-07 15:40:10 -0400