1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-11-27 02:28:06 +11:00

Commit Graph

  • e6d3638f4f Add CURRENT* and simplify xcomp Virgil Dupras 2020-04-09 12:01:08 -0400
  • f1171c656c xcomp: make (xfind) use _find instead of (find) Virgil Dupras 2020-04-09 11:24:43 -0400
  • 1b6286dcfe Make (find) 2-layered, the lower layer having CURRENT as a param Virgil Dupras 2020-04-09 11:20:54 -0400
  • 593b882658
    Add files via upload zKALI-OS 2020-04-09 15:49:08 +0200
  • 66dc621919 xcomp: don't automatically shadow core words Virgil Dupras 2020-04-09 09:43:48 -0400
  • 0c3067ed9a icore: simplify definition of ":" and ";" Virgil Dupras 2020-04-09 09:38:59 -0400
  • 784b109652 So, why was ":" an immediate again? Virgil Dupras 2020-04-09 09:27:51 -0400
  • afed423530 Remove memory maps Virgil Dupras 2020-04-09 09:21:55 -0400
  • 6c48c1b53c parse: be a bit more graceful on parsing meta-failure Virgil Dupras 2020-04-09 08:27:14 -0400
  • b69ca4488e Add emul_memdump() and stop automatically on ROM write Virgil Dupras 2020-04-09 08:26:41 -0400
  • 6f082b0b13 Change DELW signature Virgil Dupras 2020-04-09 08:26:27 -0400
  • 68f359d6c2 Add xcomp unit for cross compilation Virgil Dupras 2020-04-09 08:23:53 -0400
  • b5638d142a Add word "DELW" Virgil Dupras 2020-04-08 20:40:23 -0400
  • 2a2e3a64a4 Move IMMED? from z80c to icore Virgil Dupras 2020-04-08 20:09:32 -0400
  • a7a2f3d08b Move IMMEDIATE from z80c to core Virgil Dupras 2020-04-08 16:23:02 -0400
  • 64e441d059 Move SCPY from z80c to icore Virgil Dupras 2020-04-08 16:12:34 -0400
  • 05c38424c7 recipes/rc2014: stage2 WIP Virgil Dupras 2020-04-08 09:13:46 -0400
  • 4515241318 drv/acia: fix broken buffer bounds Virgil Dupras 2020-04-08 08:26:04 -0400
  • 79527976ab recipes/rc2014: stage2 WIP Virgil Dupras 2020-04-07 22:36:59 -0400
  • 6652125d47 Remove link.fs Virgil Dupras 2020-04-07 21:23:42 -0400
  • ba918d0fef Add memory maps Virgil Dupras 2020-04-07 20:54:10 -0400
  • d4324292fb Merge remote-tracking branch 'origin/master' into forth Virgil Dupras 2020-04-07 19:32:30 -0400
  • e37f4c2551 bin2c: add missing stdtypes.h Virgil Dupras 2020-04-07 18:13:42 -0400
  • 217df20d77
    Moved tools/bin2c to single-level with other tools. Byron A. Grobe 2020-04-07 16:56:55 -0500
  • 521ff84ca4 Reserve some RAM for future features Virgil Dupras 2020-04-07 17:32:04 -0400
  • 71d1350143 emul/hw/rc2014: add memdump command Virgil Dupras 2020-04-07 13:37:52 -0400
  • a09e552ccc link: fix literal ASKIP Virgil Dupras 2020-04-07 11:26:47 -0400
  • 400f0ab0b0 boot: fix flagsToBC Virgil Dupras 2020-04-07 11:12:17 -0400
  • 1c6e979028 link: new unit to relink dictionaries Virgil Dupras 2020-04-06 20:59:55 -0400
  • 9a8c25ceb4 core: fix PSP leak in MOVE Virgil Dupras 2020-04-06 19:59:20 -0400
  • 7cd9d29cd8 core: fix MOVE so it copies the right number of bytes Virgil Dupras 2020-04-06 16:54:56 -0400
  • 058b85686f core: add word "MOVE" Virgil Dupras 2020-04-05 21:01:19 -0400
  • 6f9d0a98c4 fmt: fix stack leak in DUMP Virgil Dupras 2020-04-05 20:19:58 -0400
  • 67d732c4be cmp: add tests Virgil Dupras 2020-04-05 19:52:12 -0400
  • fca0e79da3 cmp: fix & and | logic Virgil Dupras 2020-04-05 17:36:07 -0400
  • 74a32db5cc Move forth/*.txt to root folder Virgil Dupras 2020-04-05 16:12:28 -0400
  • 974018831e Add chained comparison support Virgil Dupras 2020-04-05 16:11:17 -0400
  • f65c189e9b
    Replace bin2c.sh with a more portable implementation. Byron A. Grobe 2020-04-05 13:04:05 -0500
  • 7b34268a9a Add "DUMP" word Virgil Dupras 2020-04-05 13:53:03 -0400
  • 7df7416e9e fmt: add word ".x" and fix .X to 4 chars output Virgil Dupras 2020-04-05 12:11:59 -0400
  • 7390cb18ed rc2014: a little cleanup Virgil Dupras 2020-04-05 09:29:03 -0400
  • 58e88119ec rc2014: Forth Collapse OS, fully operational! Virgil Dupras 2020-04-05 09:09:00 -0400
  • e5f22c7d91 rc2014: update README Virgil Dupras 2020-04-04 18:10:00 -0400
  • edb2771488 rc2014: bingo! Virgil Dupras 2020-04-04 17:43:00 -0400
  • 7b42bbde27 rc2014: aaalmost there... Virgil Dupras 2020-04-04 17:07:35 -0400
  • d1f4dc0ca3 rc2014: aaaalmost there.... Virgil Dupras 2020-04-04 14:27:23 -0400
  • 32b420b19c readln: fix typo Virgil Dupras 2020-04-04 14:26:41 -0400
  • 5be9b9cd3e rc2014: we're almost getting there... Virgil Dupras 2020-04-04 10:31:22 -0400
  • 435b4f452c Move ASCII constants from str unit to print Virgil Dupras 2020-04-04 10:28:00 -0400
  • ba384bfa0f Add stripfc tool Virgil Dupras 2020-04-04 10:27:21 -0400
  • 2af959a13d Don't use IMMEDIATE in icore Virgil Dupras 2020-04-04 08:40:55 -0400
  • c972c70ab1 Use proper RAM addr for CURRENT in IMMEDIATE Virgil Dupras 2020-04-04 08:11:30 -0400
  • 41cefb7460 Extract EMIT-dependent routines from core Virgil Dupras 2020-04-04 07:35:07 -0400
  • d013c572ad Use proper RAM addr for HERE in SCPY Virgil Dupras 2020-04-04 07:34:38 -0400
  • 80891d7ec1 Add in-memory bootstrapping system Virgil Dupras 2020-04-03 08:31:30 -0400
  • b575d7f863 Move (print) and (uflw) from icore to core Virgil Dupras 2020-04-03 07:44:44 -0400
  • c56386af02 wip Virgil Dupras 2020-04-02 23:21:53 -0400
  • 9235fa9223 Add /tools/slatest Virgil Dupras 2020-04-02 23:15:43 -0400
  • 6bf51ae57c Forth reboot underway! Virgil Dupras 2020-04-02 20:44:29 -0400
  • b162ef84f5 forth: fix broken RAM+ Virgil Dupras 2020-04-02 13:42:49 -0400
  • e284081c79 forth: fix readln overflow handling Virgil Dupras 2020-04-02 13:24:25 -0400
  • 941791d609 forth: remove RAMSTART and RS_ADDR from stable ABI Virgil Dupras 2020-04-02 11:39:40 -0400
  • 2481ed4b66 forth: remove dummy.fs Virgil Dupras 2020-04-02 11:29:23 -0400
  • 68a7be3707 forth: Remove RAM offsets from stable ABI Virgil Dupras 2020-04-02 09:58:02 -0400
  • d0c5d3a741 Forth self-bootstraps!!! Virgil Dupras 2020-04-01 22:19:37 -0400
  • e846d07238 forth: simplify build process Virgil Dupras 2020-04-01 08:54:01 -0400
  • b7244f8985 forth: shrink forth.asm's binary size Virgil Dupras 2020-03-31 21:46:52 -0400
  • 1e85d60d89 forth: Forth-ify "," Virgil Dupras 2020-03-31 15:26:43 -0400
  • 7d5b1f5cea forth: Forth-ify parseDecimal Virgil Dupras 2020-03-31 15:04:28 -0400
  • 4f90b55286
    Merge pull request #17 from madkali/zKALI-OS-patch-1 zKALI-OS 2020-03-31 18:22:38 +0200
  • 879d979136
    Add files via upload zKALI-OS 2020-03-31 18:22:11 +0200
  • 25814c0b8b forth: add label system to z80 assembler Virgil Dupras 2020-03-31 09:23:00 -0400
  • ce6e31dda1 forth: inline "strcmp" Virgil Dupras 2020-03-31 08:02:40 -0400
  • 67e3712156
    Merge pull request #16 from madkali/zKALI-OS-patch-1 zKALI-OS 2020-03-31 12:39:44 +0200
  • cb99c28a47
    Update README.md zKALI-OS 2020-03-31 12:39:26 +0200
  • 031bfc6d72 forth: setup SYSVNXT in Forth code Virgil Dupras 2020-03-30 21:48:56 -0400
  • e5ab0dd1c9 forth: a little bit of ASM routine inlining Virgil Dupras 2020-03-30 21:33:37 -0400
  • 5c03b33982 forth: remove sysvarWord type Virgil Dupras 2020-03-30 21:19:48 -0400
  • 05045b2aa4 forth: move stable ABI stuff at the top of forth.asm Virgil Dupras 2020-03-30 21:02:19 -0400
  • f366732424 forth: Forth-ify "DOES>" Virgil Dupras 2020-03-30 19:01:28 -0400
  • 36e200adbb forth: Forth-ify "SCPY" Virgil Dupras 2020-03-30 17:59:30 -0400
  • 76f3e2f9ce
    Merge pull request #15 from madkali/zKALI-OS-patch-1 zKALI-OS 2020-03-30 23:57:52 +0200
  • c8994a6dc7
    Update README.md zKALI-OS 2020-03-30 23:57:28 +0200
  • 5b01f797fc forth: Forth-ify "(find)" Virgil Dupras 2020-03-30 17:36:15 -0400
  • de3da19333 forth: Forth-ify "NOT" Virgil Dupras 2020-03-30 17:26:51 -0400
  • 4756fb7763 forth: Forth-ify "(parsed)" Virgil Dupras 2020-03-30 17:21:13 -0400
  • 80985460d4 forth: remove JTBL Virgil Dupras 2020-03-30 17:05:00 -0400
  • 61195a987d forth: Forth-ify "HERE", "CURRENT" and "JTBL" Virgil Dupras 2020-03-30 15:11:23 -0400
  • a9cf861cfd forth: Forth-ify "(parse*)" Virgil Dupras 2020-03-30 14:49:20 -0400
  • f9d45f7f53 forth: Forth-ify "FLAGS" Virgil Dupras 2020-03-30 14:29:21 -0400
  • e984efe6c3 forth: Forth-ify SYSVNXT Virgil Dupras 2020-03-30 14:19:47 -0400
  • 162ff2c5cb forth: Forth-ify "!" Virgil Dupras 2020-03-30 14:09:39 -0400
  • 8ef9e7d0da forth: Forth-ify "@" Virgil Dupras 2020-03-30 14:05:07 -0400
  • f9c3a0444c forth: Forth-ify "DROP" Virgil Dupras 2020-03-30 13:57:06 -0400
  • 49994f09ce forth: add word "2DROP" Virgil Dupras 2020-03-30 13:54:46 -0400
  • 8186511727 forth: fix bootstrapping issues with "LITN" and "+" Virgil Dupras 2020-03-30 13:50:53 -0400
  • 395eb04fac forth: Forth-ify "C<" Virgil Dupras 2020-03-30 08:37:33 -0400
  • f6cba4b1cf forth: Forth-ify "QUIT" Virgil Dupras 2020-03-30 08:25:22 -0400
  • da9f9f9899 forth: melt boot binary Virgil Dupras 2020-03-30 08:11:16 -0400
  • d09ec0d757 forth: Forth-ify "SWAP" Virgil Dupras 2020-03-30 08:06:11 -0400