Architectures That Can't Run Forth

Topics relating to various Forth models on the 6502, 65816, and related microprocessors and microcontrollers.
User avatar
GARTHWILSON
Forum Moderator
Posts: 8774
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: Architectures That Can't Run Forth

Post by GARTHWILSON »

Welcome.

agsb wrote:
If all primitives are in 'CODE' space and compounds are in 'DATA' space, no problem.

Are you referring to a particular µP/µC?

Quote:
PS. primitives does machine code, compounds does references

I sense that you're translating from another language.  Where did this terminology come from?  I've never heard it.  In 32 years of using Forth, I've only ever heard of primitives also being called "code definitions," and words defined in terms of other words being called "secondaries" or "colon definitions."
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Post Reply