nbot interpretation and RAM as CPU

4bot interpreted as 8bot

Run 4bot interpreter

Functions for tidying up the stiff stack (since interpreting higher bits is loose):

Tidy up like:
Run(x,y,z)
(
 Run(x,z)
 Run(y,z)
 Stiffen(y,x) 
)

Right?

For n bit hardware make alike function calls like tidying and higher bit interpreting like this with as many run function calls as n, with n+1.
With last symbolic call variable first.
Stiffen with (nlast,..n2,n1)

That is i/2n intelligence at cost of speed, hence i/z/n/(n*t)

This is basically interpreting ram memory by CPU.


Comments