option-cstack.md
May 1, 2024 ยท View on GitHub
Asmc Macro Assembler Reference
OPTION CSTACK
OPTION CSTACK:[ ON | OFF ]
The CSTACK option change the stack frame creation on a PROC entry if the USES clause is used. If set the registers will be pushed before the stack frame is created and popped after the stack is restored. The default setting is OFF.