Get the latest tech news
MilliForth-6502: The smallest Forth real programming language for 6502
The smallest Forth real programming language for 6502. Based in milliForth for x86. - agsb/milliForth-6502
The miniForth, sectorforth and milliForth use Direct Thread Code (DTC) 6502 is a byte processor, no need 'pad' at end of even names ; hardware stack (page $100) not used as forth stack, free for use ; uses 32 bytes of page zero; no multiuser, no multitask, no faster ; only update latest at end of word definition ; redefine a word does not change previous uses ; stacks moves like the hardware stack ; words must be between spaces, before and after ever ; better use 7-bit ASCII characters ; approuch as ANSI X3.215-1994 14/11/2023 code for 6502 sized to 624 bytes, no ascii-7, no key, no emit, no 2/, many errors
Or read this on Hacker News