From 1e7e696e4a8f1baacb23a31cce62df4677dfea9a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 27 Mar 2020 09:32:03 -0400 Subject: [PATCH] forth: Forth-ify ";"!!! Ain't that not self-bootstrapping enough to your taste? Whoa, I'm getting dizzy... --- emul/forth/z80c.bin | Bin 468 -> 509 bytes forth/forth.asm | 21 +++++---------------- forth/icore.fs | 31 +++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 16 deletions(-) diff --git a/emul/forth/z80c.bin b/emul/forth/z80c.bin index 50e7d951f5643eec2d5c9e5c4f0d8b736b536fc1..accf95172cdc0811a486456f93f8bc3b16efc965 100644 GIT binary patch delta 87 zcmcb@{Fiw{IwQMAYHntUrqJXnMtS@AWL}1*SBwe_84?N%Yz!;e6c`HFSF*k1Y~|!& mc4V@aW@rS-Ix=xE_pn*Afv_W!r(cL`P(YAti1g&ejD`U7E)|pj delta 46 zcmey%e1&;KI-_t}em*|~^DD+?Nk=A))ZEMxO`geljPhKbej% DROP ( exit COMPILE ) + R> DROP ( exit : ) +; IMMEDIATE + +( Give ";" its real name ) +';' CURRENT @ 4 - C! + : INTERPRET BEGIN WORD