ROMable Forth

Topics relating to various Forth models on the 6502, 65816, and related microprocessors and microcontrollers.
JimBoyd
Posts: 931
Joined: 05 May 2017

Re: ROMable Forth

Post by JimBoyd »

GARTHWILSON wrote:
If you had a metacompiler, one the last lines of your source code would be:

Code: Select all

THERE  INIT-DP  !
That's odd. Yes, when I build a kernel ( which is actually a complete Forth-83 system minus the editor and assembler ) there are a few things to take care of after the last word is compiled. Fleet Forth's metacompiler has a word, FINISH , to take care of that and another word, START , to initialize the metacompiler.
Post Reply