Hacker News new | ask | show | jobs
by Animats 3476 days ago
Forth's machine model has two stacks, one for return addresses and one for data, plus random-access memory. In some small Forth machines, these three memories were physically separate, and all three had an access on each machine cycle.