ARGS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
:ARGS r1, e3, a7 | :ARGS r1, e3, a7 | ||
:For an example | :For an example macro see [[Modify_op_path2]] | ||
[[Category:Variable_Definitions]] | [[Category:Variable_Definitions]] |
Revision as of 21:02, 29 July 2010
Command
- Set variables in called macro for the use of the previous variables used in orignal macro.
Parameters
- <var name>
- Set the value of a number variable
- <var name>
- Set the value of a number variable
- <var name>
- Set the value of a number variable
Example
- ARGS r1, e3, a7
- For an example macro see Modify_op_path2