Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • 4e98ef1 ti-84+: wip by Virgil Dupras 2020-05-07 15:08:42 -0400
  • f2f3474 Begin copying fonts (and compiler) to blk by Virgil Dupras 2020-05-07 12:09:52 -0400
  • be66d7b editor: implement E by Virgil Dupras 2020-05-07 08:44:17 -0400
  • 204a9c6 editor: fix PSP leak in F by Virgil Dupras 2020-05-07 08:38:57 -0400
  • feb0411 editor: simplify I with the use of MOVE- by Virgil Dupras 2020-05-06 21:10:27 -0400
  • eaeb138 Add words C@- C!- and MOVE- by Virgil Dupras 2020-05-06 20:37:08 -0400
  • 690d9e6 editor: improve I by Virgil Dupras 2020-05-06 17:41:49 -0400
  • ab6a268 recipes/trs80: self-hosting by Virgil Dupras 2020-05-06 12:38:33 -0400
  • 58ece9f editor: implement I command by Virgil Dupras 2020-05-06 12:19:36 -0400
  • f54b1dc Add 2>R and 2R> by Virgil Dupras 2020-05-06 09:49:37 -0400
  • b89fa29 recipes/trs80: move RECV program to blkfs by Virgil Dupras 2020-05-05 22:15:56 -0400
  • 60b4bbf Fix DUMP's broken "round up to next 8" logic by Virgil Dupras 2020-05-05 22:09:11 -0400
  • 9df053b z80a: add CPn, by Virgil Dupras 2020-05-05 21:49:26 -0400
  • 31119c2 xcomp: move all offset spitting to the end of the unit by Virgil Dupras 2020-05-05 20:10:04 -0400
  • fa79e3d Make (print) stop on CR by Virgil Dupras 2020-05-05 15:49:50 -0400
  • c681cb6 Add words >< and =><= by Virgil Dupras 2020-05-04 22:30:29 -0400
  • c494917 blk: Add LOAD+ and LOADR+ by Virgil Dupras 2020-05-04 21:43:48 -0400
  • 3c2e0dd Add usage guide section about disk blocks by Virgil Dupras 2020-05-04 20:37:04 -0400
  • 986a40d trs80: override NL to avoid double newlines by Virgil Dupras 2020-05-04 09:21:10 -0400
  • 78b9f89 Update README: Forth reboot in process by Virgil Dupras 2020-05-04 08:28:56 -0400
  • 24e9fa0 Add word NL by Virgil Dupras 2020-05-04 08:10:18 -0400
  • a3c3a2f Remove unused DELW by Virgil Dupras 2020-05-03 20:36:35 -0400
  • 8ef197d Make linker more compact by Virgil Dupras 2020-05-03 20:33:36 -0400
  • a96b5f1 Restore DOES> section in usage guide by Virgil Dupras 2020-05-03 20:24:54 -0400
  • e375562 Revamp dictionary's glossary by Virgil Dupras 2020-05-03 20:18:34 -0400
  • df242bb Revamp usage guide a bit by Virgil Dupras 2020-05-03 19:24:41 -0400
  • dcd68fc forth: transform (find) into FIND which is an indirect call by Virgil Dupras 2020-04-02 14:05:18 -0400
  • d3dbeb4 Tidy up by Virgil Dupras 2020-05-03 12:54:22 -0400
  • 47a9c89 Update READMEs by Virgil Dupras 2020-05-03 12:51:21 -0400
  • 5504c79 tools: add blkup by Virgil Dupras 2020-05-03 08:53:17 -0400
  • 7344186 tools: add blkup by Virgil Dupras 2020-05-01 14:39:13 -0400
  • f023f9b Pack core words blks a bit tighter by Virgil Dupras 2020-05-02 21:47:32 -0400
  • 3373f53 tidy up blk and fix tests by Virgil Dupras 2020-05-02 21:25:35 -0400
  • 3d908ce Move all parsing words to Inner core by Virgil Dupras 2020-05-02 21:21:47 -0400
  • 8009270 Optimize parsing words by Virgil Dupras 2020-05-02 20:32:20 -0400
  • 931c812 Remove cmp by Virgil Dupras 2020-05-02 19:57:56 -0400
  • 0b3a328 Add a layer of indirection for KEY by Virgil Dupras 2020-05-02 10:37:37 -0400
  • 446a580 Remove one of the 2 indirection layers for EMIT by Virgil Dupras 2020-05-02 10:26:34 -0400
  • 443ed75 trs80: add missing blk by Virgil Dupras 2020-05-02 08:27:24 -0400
  • 3a27479 fix stupid typo by Virgil Dupras 2020-05-02 08:06:37 -0400
  • b8d8007 trs80: add *CL< and *CL> by Virgil Dupras 2020-05-01 14:38:31 -0400
  • 2a578b3 editor: implement F by Virgil Dupras 2020-05-01 21:52:38 -0400
  • 86539d2 Fix tests by Virgil Dupras 2020-05-01 20:09:51 -0400
  • ecca70c Add layer of indirection to EMIT by Virgil Dupras 2020-05-01 20:05:15 -0400
  • 5bf3baf editor: add edit buffer by Virgil Dupras 2020-05-01 13:17:40 -0400
  • 792c781 editor: add cursor pos tracking and display by Virgil Dupras 2020-04-30 20:42:07 -0400
  • 07f807e recipes/trs80: making progress on floppy drivers by Virgil Dupras 2020-04-30 16:10:35 -0400
  • 65f359b recipes/trs80: can write compiled version to floppy by Virgil Dupras 2020-04-30 10:50:21 -0400
  • f38de1c Introduce the notion of Extra words by Virgil Dupras 2020-04-29 21:52:18 -0400
  • 0044011 Move AT28 and TRS80 drivers to higher blocknos by Virgil Dupras 2020-04-29 21:00:45 -0400
  • 0cf2654 Add words FLUSH and COPY by Virgil Dupras 2020-04-29 20:21:18 -0400
  • 581f04a Keep stage1 bootstrap bin instead of stage 0 by Virgil Dupras 2020-04-29 19:38:43 -0400
  • b046aba recipes/trs80: running! by Virgil Dupras 2020-04-29 12:26:44 -0400
  • 1b2c4b5 icore: add BIN+ by Virgil Dupras 2020-04-29 11:42:09 -0400
  • fc67b88 Make BIN( offsetted binaries closer to working at all by Virgil Dupras 2020-04-28 21:12:52 -0400
  • 0b8c8c9 recipes/trs80: still wip... by Virgil Dupras 2020-04-28 10:11:38 -0400
  • 61b2e02 xcomp: remove XOFF and use ORG and BIN( instead by Virgil Dupras 2020-04-28 09:15:17 -0400
  • 8385488 boot: apply BIN( to stray stable ABI references by Virgil Dupras 2020-04-28 08:52:47 -0400
  • 4501313 Add [IF] .. [THEN] by Virgil Dupras 2020-04-28 08:28:59 -0400
  • f97df46 recipes/trs80: wip by Virgil Dupras 2020-04-28 07:51:41 -0400
  • b8ea515 Add word WIPE by Virgil Dupras 2020-04-27 21:28:34 -0400
  • 2b2ccad Add word FILL by Virgil Dupras 2020-04-27 21:22:06 -0400
  • f605e2d Give CASE's default branch access to its input value by Virgil Dupras 2020-04-27 20:44:21 -0400
  • 3b66aef block editor: fix broken B and N by Virgil Dupras 2020-04-27 18:11:54 -0400
  • 295b4b6 z80a: add BIN( parameter by Virgil Dupras 2020-04-27 15:04:37 -0400
  • ee79df2 typo by Virgil Dupras 2020-04-27 09:44:37 -0400
  • efed0e2 recipes/rc2014/selfhost: add verification instructions by Virgil Dupras 2020-04-27 09:24:40 -0400
  • 6c51ea1 recipes/rc2014/selfhost: complete instructions by Virgil Dupras 2020-04-26 20:14:55 -0400
  • f690cb2 recipes/rc2014/sdcard: use driver from blkfs by Virgil Dupras 2020-04-26 19:50:38 -0400
  • 865f4f9 Move AT28 driver to blkfs by Virgil Dupras 2020-04-26 15:18:28 -0400
  • 7c692c1 recipes/rc2014: include readln directly in stage 1 by Virgil Dupras 2020-04-26 14:52:55 -0400
  • dee7eea Move link.fs to blkfs by Virgil Dupras 2020-04-26 14:37:54 -0400
  • 4d8574c recipe/rc2014: use core libs from blkfs by Virgil Dupras 2020-04-26 13:57:44 -0400
  • a2f164e emul: bootstrap to stage2 from within Collapse OS! by Virgil Dupras 2020-04-26 10:15:35 -0400
  • 0e3cf7f Add word ," by Virgil Dupras 2020-04-26 08:47:29 -0400
  • 4b7247a emul: use LATEST instead of binary size as start addr in stage by Virgil Dupras 2020-04-26 08:37:12 -0400
  • 898684a emul: merge pre.fs and emul.fs into stage1.fs by Virgil Dupras 2020-04-25 22:45:53 -0400
  • bc3aabc Update z80c.bin's LATEST during xcomp instead of using slatest by Virgil Dupras 2020-04-25 22:02:44 -0400
  • 6f896ca Copy core words to blkfs by Virgil Dupras 2020-04-25 21:54:07 -0400
  • 6767012 recipe/rc2014/selfhost: new recipe by Virgil Dupras 2020-04-25 16:03:01 -0400
  • 13771d8 xcomp: add XPACK by Virgil Dupras 2020-04-25 15:43:07 -0400
  • 389b23f Change C<? mechanic by Virgil Dupras 2020-04-25 09:10:25 -0400
  • 4160c8e recipes/rc2014: busting the 8K limit again! by Virgil Dupras 2020-04-25 08:15:17 -0400
  • 5219887 sdc: implement _crc16 in z80 by Virgil Dupras 2020-04-24 20:46:01 -0400
  • 8d78ca9 tests: add test_sdc by Virgil Dupras 2020-04-24 18:23:29 -0400
  • b5c370a emul: embed blkfs in forth binary by Virgil Dupras 2020-04-24 18:01:55 -0400
  • 1bd191e Move /emul/forth/* to /emul by Virgil Dupras 2020-04-24 17:53:58 -0400
  • 816563e Stop LOADing on ABORT by Virgil Dupras 2020-04-24 14:10:40 -0400
  • af39b37 Replace the "> " prompt with the more traditional "ok" one by Virgil Dupras 2020-04-24 12:10:07 -0400
  • a699c93 Print word that wasn't found on "word not found" error by Virgil Dupras 2020-04-24 10:59:59 -0400
  • f19a5e1 Remove recipes/rc2014/zasm by Virgil Dupras 2020-04-24 10:59:28 -0400
  • 44403c3 Move icore to blkfs by Virgil Dupras 2020-04-23 15:14:14 -0400
  • 8fbbf52 Copy sdc driver to blkfs by Virgil Dupras 2020-04-23 13:55:00 -0400
  • a19376d Copy ACIA driver to blkfs by Virgil Dupras 2020-04-23 12:42:41 -0400
  • dd6ce1b Avoid using (xentry) outside xcomp config by Virgil Dupras 2020-04-23 12:09:31 -0400
  • fcd77f8 Use blk's boot.z80 by Virgil Dupras 2020-04-22 21:49:44 -0400
  • 503dbe9 Copy boot.z80 to blkfs by Virgil Dupras 2020-04-22 21:19:12 -0400
  • 338769a z80a: add PUSH0, PUSH1, PUSHZ, macros by Virgil Dupras 2020-04-22 19:03:32 -0400
  • 7464c67 boot: fix (roll) by Virgil Dupras 2020-04-22 10:47:23 -0400
  • 7a0e637 parse: don't validate 0x and 0b lengths by Virgil Dupras 2020-04-21 20:38:42 -0400