◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: USES reglist See also: PROC, RET Description: An optional keyword used with PROC. Generates code to push the value of registers that should be preserved (and that will be altered by your procedure) on the stack and pop them off when the procedure returns. The <reglist> parameter is a list of one or more registers. Separate multiple registers with spaces. -♦-