3. Initialization

The VM is initialized with seqvm_init. A cell pool must be supplied along with the cell pool size.

<<funcdefs>>=
void seqvm_init(seqvm *svm, seqvm_cell *pool, int size);
<<funcs>>=
void seqvm_init(seqvm *svm, seqvm_cell *pool, int size)
{
<<init>>
}



prev | home | next