On Fri, Mar 22, 2002 at 10:13:41AM -0500, Jason Gloudon wrote: > assembly level. The scratch (or data) stack, and the control flow stack. The > push, pop, and save ops work on the scratch stack, which as you have found, > does type-checking.
Corrections: That should have been save, savec, and restore work on the scratch stack. There are also stacks which may be used to save and restore ALL the registers of a given type in a single go via the push? and pop? family of ops. -- Jason