Action
Restores all registers that might be used by BASCOM.
Syntax
POPALL
Remarks
When you are writing your own ASM routines and mix them with BASIC you are unable to tell which registers are used by BASCOM because it depends on the used statements and interrupt routines that can run on the background.
That is why Pushall saves all used registers and POPALL restores all registers.
See also