Save <regList>
The Save macro directs the next cCall macro to save the specified registers on the stack before calling a function and to restore the registers after the function returns. The macro can be used to save registers that are destroyed by the called function.
The Save macro applies to only one cCall macro; each new cCall must have a corresponding Save. If two Save macros appear before a cCall macro, only the second macro is recognized.
regList
Specifies a list of registers to be saved.
The following examples demonstrate the usage of the Save macro:
Save <cl,bh,si>
Save <ax>