Vocabularycompiler.cfg.registersClass descriptionRepresents a location on the stack. 'n' is an index starting from the top of the stack going down. So 0 is the top of the stack, 1 is what would be the top of the stack after a 'drop', and so on. It has two subclasses,
ds-loc for data stack location and
rs-loc for locations on the retain stack.
Definition