store-vregs ( vregs loc-class -- )
Generating instructions for accessing the data and retain stacks

Prev:ds-push ( vreg -- )


Vocabulary
compiler.cfg.stacks

Inputs
vregsa sequence of vregs
loc-classeither ds-loc or rs-loc


Outputs
None

Word description
Stores one or more virtual register values on the data or retain stack. The replaces dynamic variable is modified but the height-state is not touched

Definition