Re: [PATCHES] Simple memory implementation

2001-11-01 Thread Dan Sugalski
At 01:12 AM 11/1/2001 -0500, Jeff wrote: >Added features: > >1) 'alloci(i,i|ic)' - Allocates $2 integers, sets $1 to a "reference" to >the new arena >2) 'freei(i)' - Frees the arena referenced by $1 >3) 'savei(i,i,i|ic)' - Saves the integer register at $1 into arena $2, >at index $3 >4) 'loadi(i,i

[PATCHES] Simple memory implementation

2001-10-31 Thread Jeff
Added features: 1) 'alloci(i,i|ic)' - Allocates $2 integers, sets $1 to a "reference" to the new arena 2) 'freei(i)' - Frees the arena referenced by $1 3) 'savei(i,i,i|ic)' - Saves the integer register at $1 into arena $2, at index $3 4) 'loadi(i,i,i|ic)' - Loads the integer from arena $2, index