Commit Graph

  • 0b39a975fe doc: add doc about editing text Virgil Dupras 2020-08-19 17:39:37 -0400
  • 11f8843a16 rc2014: add sio recipe Virgil Dupras 2020-08-18 16:00:53 -0400
  • 8788379aac Flatten recipes Virgil Dupras 2020-08-18 15:46:14 -0400
  • 5f9fccfa8c rc2014: make SIO actually work on real hardware Virgil Dupras 2020-08-18 15:33:15 -0400
  • dcab047302 cvm: use return code indicated by Collapse OS Virgil Dupras 2020-08-17 17:48:41 -0400
  • 6d2a0f749a recipes/rc2014: fix out-of-date information Virgil Dupras 2020-08-16 20:54:06 -0400
  • 124da6adec Move SD Card subsystem outside of RC2014 recipe and add protocols Virgil Dupras 2020-08-16 14:30:33 -0400
  • 44a4c59525 Indicate unused blocks in master index Virgil Dupras 2020-08-16 09:38:50 -0400
  • 007252e459 Move SIO driver into RC2014 recipe Virgil Dupras 2020-08-16 09:31:02 -0400
  • ab72a4f383 doc: take bootstrap guide out of blkfs Virgil Dupras 2020-08-16 08:33:02 -0400
  • fd69195799 doc: take dictionary out of blkfs Virgil Dupras 2020-08-16 08:19:35 -0400
  • d03d93668f doc: take implementation notes out of blkfs Virgil Dupras 2020-08-16 08:08:23 -0400
  • 5c4bbaabf4 doc: move usage documention out of the system Virgil Dupras 2020-08-15 19:40:36 -0400
  • a3a83ae49b doc: improve primer Virgil Dupras 2020-08-15 18:57:03 -0400
  • 31a58d00f1 z80: fix tricky memory initialization issue Virgil Dupras 2020-08-15 16:37:58 -0400
  • ba8a9c2647 cvm: initialize memory with random garbage Virgil Dupras 2020-08-15 14:06:29 -0400
  • ddb934813e sio: new driver Virgil Dupras 2020-08-15 09:44:19 -0400
  • 7ace3032ef zasm: complete mnemonic argspecs harmonization Virgil Dupras 2020-08-15 08:11:48 -0400
  • a9ed8da0b2 acia: simplify driver Virgil Dupras 2020-08-14 22:51:27 -0400
  • 73623fff53 zasm: rename LDdd(n) to LDd(n) Virgil Dupras 2020-08-14 21:41:34 -0400
  • ffcd93699e doc: out-of-system documentation Virgil Dupras 2020-08-10 09:44:47 -0400
  • c4db9d4420 8086: implement stack overflow error condition Virgil Dupras 2020-08-08 10:18:43 -0400
  • 5adbf88591 z80: move lbluflw code around Virgil Dupras 2020-08-08 08:19:31 -0400
  • d1de99d8c9 z80: implement stack overflow error condition Virgil Dupras 2020-08-08 08:08:05 -0400
  • 78d4d15fcf cvm: implement stack overflow error condition Virgil Dupras 2020-08-07 21:57:25 -0400
  • 25f4312523 cvm: improve comments Virgil Dupras 2020-08-07 21:03:28 -0400
  • fc7971d64f tools: improve stty-related advices in README Virgil Dupras 2020-08-02 16:21:31 -0400
  • 4632b3c157 tools/exec: exec specified file instead of hardcoding on stdin Virgil Dupras 2020-08-02 16:11:19 -0400
  • 939a1da9e6 recipes/arduinouno/at28: add companion at28dump program Virgil Dupras 2020-07-28 16:29:10 -0400
  • b8e52707e9 recipes/arduinouno/at28: improve reliability Virgil Dupras 2020-07-28 15:18:26 -0400
  • bc1cc591ce Replace "-ansi" with "-std=c89" in emul/Makefile Dustin Rawlings 2020-07-22 19:33:43 -1000
  • 3607eefa55 Add arduinouno/at28 recipe Virgil Dupras 2020-07-22 17:26:06 -0400
  • e4a4a9800d z80: Use BC as IP register instead of IY Virgil Dupras 2020-07-06 23:31:00 -0400
  • a7dcb522c2 Make br cells 1 byte wide Virgil Dupras 2020-07-06 07:27:50 -0400
  • bf4ab0f1b4 z80: protect or avoid BC wherever it's used Virgil Dupras 2020-07-05 23:12:17 -0400
  • a6e987b5f7 z80: protect BC in _find Virgil Dupras 2020-07-05 22:43:32 -0400
  • 6fab30b164 z80: inline lblfind's routine into _find word Virgil Dupras 2020-07-05 22:35:54 -0400
  • b9fb6a6226 z80: move boot code around Virgil Dupras 2020-07-05 22:23:40 -0400
  • 3ea221d0eb z80: inline all uses of pushRS/popRS Virgil Dupras 2020-07-05 21:54:01 -0400
  • ebf47a2ab5 Fix broken LIT" Virgil Dupras 2020-07-05 20:18:03 -0400
  • 8bb9230f49 z80a: make PUSH* macros use DE instead of BC Virgil Dupras 2020-07-05 17:36:31 -0400
  • 293a561ab2 Fix SDC tests Virgil Dupras 2020-07-05 15:01:59 -0400
  • f2f520cacc Extract (br), (?br) and (loop)'s code out of stable ABI zone Virgil Dupras 2020-07-05 14:57:18 -0400
  • daeb3b3c69 Extract (n) code from stable ABI Virgil Dupras 2020-07-05 14:13:01 -0400
  • a2f880b145 z80: remove popRS from stable ABI Virgil Dupras 2020-07-05 13:44:38 -0400
  • 5705cd5c31 Extract EXIT code from stable ABI zone Virgil Dupras 2020-07-05 13:41:12 -0400
  • 84202da6a6 z80: prettify Virgil Dupras 2020-07-05 13:15:26 -0400
  • 4a91ee5c9c Extract (s) code from stable ABI zone Virgil Dupras 2020-07-05 08:54:22 -0400
  • b626944273 z80: move back R* words to native words section Virgil Dupras 2020-07-05 08:15:50 -0400
  • 650481f849 z80/8086: extract 2>R code from stable ABI zone Virgil Dupras 2020-07-05 08:03:15 -0400
  • 94cb76520a Refer to stable wordref by direct offset in "hot zone" immediates Virgil Dupras 2020-07-05 07:09:11 -0400
  • 2111f694f6 VE: 'g' becomes 'G' and 'g' selects line Virgil Dupras 2020-07-04 07:40:12 -0400
  • c2b507eaff tools: improve usability on OpenBSD Virgil Dupras 2020-07-02 11:36:53 -0400
  • a8302920cb tools/memdump: expect proper prompt Virgil Dupras 2020-06-30 11:06:59 -0400
  • fff893452d cvm: remove makefile duplicate recipe Virgil Dupras 2020-06-30 10:29:06 -0400
  • d97012ecae Fix makefile build-from-clean-repo glitches Virgil Dupras 2020-06-30 10:24:12 -0400
  • f09aa0603c rc2014: separate SPI relay and SDC drivers Virgil Dupras 2020-06-29 18:48:00 -0400
  • 1ac7038863 avra: add TOC and instructions list Virgil Dupras 2020-06-29 08:01:39 -0400
  • 74e211eeda Fix bugs in ed's U and VE's O/o Virgil Dupras 2020-06-28 20:34:39 -0400
  • 5e01e6405a VE: add @ command Virgil Dupras 2020-06-28 20:19:42 -0400
  • 5a2612a9c5 Add HERESTART xcomp config Virgil Dupras 2020-06-28 19:45:28 -0400
  • 3068b58be5 Rename RAMSTART to SYSVARS Virgil Dupras 2020-06-28 18:49:30 -0400
  • 9424770caa rc2014: add a declaration part to ACIA drivers Virgil Dupras 2020-06-28 17:30:01 -0400
  • b8800be76f rc2014: improve SD card driver docs Virgil Dupras 2020-06-28 16:34:41 -0400
  • 27025bf141 Slight adjustments to bootstrap docs Virgil Dupras 2020-06-28 07:42:20 -0400
  • 5052efb60f VE: supress ed's output on E and X Virgil Dupras 2020-06-28 07:04:08 -0400
  • 101193a78c avra: begin writing docs Virgil Dupras 2020-06-28 06:57:59 -0400
  • 440ea43a88 z80a: make mnemonic names more uniform across assemblers Virgil Dupras 2020-06-27 22:01:56 -0400
  • 490c57834f emul: update README Virgil Dupras 2020-06-27 07:53:58 -0400
  • 0eb9bd090a Move zasm.sh from emul to cvm Virgil Dupras 2020-06-27 07:44:43 -0400
  • 785b375028 tests: separate tests that need to run on z80 vs those that don't Virgil Dupras 2020-06-27 07:41:42 -0400
  • ceabc9920f move avra.sh from emul to cvm Virgil Dupras 2020-06-27 07:32:19 -0400
  • a65f674c74 emul: build from "cvm" instead of from itself Virgil Dupras 2020-06-26 22:08:45 -0400
  • 1312817117 z80: make boot binary a 2-part process Virgil Dupras 2020-06-26 21:41:17 -0400
  • 891e4f861a z80: fix chkPS's "stable ABI" form in binaries with offset Virgil Dupras 2020-06-26 21:24:12 -0400
  • b3e865d0fb recipes: use cvm's staging binary instead of emul's Virgil Dupras 2020-06-26 21:23:13 -0400
  • 8a7fa77163 cvm: bootstraps itself! Virgil Dupras 2020-06-26 18:58:02 -0400
  • fc3919863f cvm: implement stack underflow errors Virgil Dupras 2020-06-26 17:55:10 -0400
  • 9021e5f6e0 cvm: fix does Virgil Dupras 2020-06-26 17:35:21 -0400
  • 36cb1389e6 Add a C implementation of native words Virgil Dupras 2020-06-26 15:50:13 -0400
  • 3de4e600f4
    Merge 4467661591 into ea41acec5c #128 Liorst4 2020-06-24 15:18:07 -0500
  • 4467661591 Consistent cflags in emul's makefile. #128 Lior Stern 2020-06-24 23:11:43 +0300
  • e8f1464ae5 Re-add Michael Schierl's emulator link to README Virgil Dupras 2020-06-24 06:51:43 -0400
  • 20813f71b8 Remove discussion section from README Virgil Dupras 2020-06-24 06:27:33 -0400
  • 8607c94922 Update CONTRIBUTING with instructions for sending patches Virgil Dupras 2020-06-23 21:50:46 -0400
  • ea41acec5c Move to Sourcehut Virgil Dupras 2020-06-23 21:16:16 -0400
  • fb695b67df Replace Travis CI with Sourcehut CI Virgil Dupras 2020-06-23 20:50:34 -0400
  • 7eeec67ff5 Add extra words WIPED? and FREEBLKS? Virgil Dupras 2020-06-23 07:21:33 -0400
  • 9ab5cda397 ed: rename I to i Virgil Dupras 2020-06-23 07:08:21 -0400
  • af339d8c6a VE: properly make buffer dirty on E and X Virgil Dupras 2020-06-23 06:53:30 -0400
  • 2d9a07d215 blkunpack: don't include trailing empty lines Virgil Dupras 2020-06-23 06:52:34 -0400
  • 49d7a7f435 z80mbc2: add BLK support Virgil Dupras 2020-06-22 21:21:24 -0400
  • a7660fba0e z80mbc2: new recipe Virgil Dupras 2020-06-22 19:08:19 -0400
  • 94ed01086a pcat: move drivers and xcomp to blkfs Virgil Dupras 2020-06-22 14:20:46 -0400
  • 1bea45acb8 8086a: add PUSHs, and POPs, Virgil Dupras 2020-06-22 13:54:33 -0400
  • 06d997f26a pcat: write recipe README Virgil Dupras 2020-06-22 13:32:50 -0400
  • 496826cdc4 pcat: implement AT-XY Virgil Dupras 2020-06-22 06:53:30 -0400
  • f76d30b6fe pcat: add blk write support Virgil Dupras 2020-06-22 06:44:52 -0400
  • 4939189233 emul: make blk operations much faster Virgil Dupras 2020-06-22 06:29:00 -0400
  • 515890717f pcat: use heads count from 13H08H Virgil Dupras 2020-06-22 05:59:26 -0400