CALL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
|param4=[<arg 3>]|param4_desc={{arg 1}} | |param4=[<arg 3>]|param4_desc={{arg 1}} | ||
<br> | <br> | ||
You can use between zero and 10 arguments. | :You can use between zero and 10 arguments. | ||
}} | }} | ||
Revision as of 22:39, 26 July 2010
Command
- Use a different macro inside a macro.
Parameters
- <macro name>
- Name of the macro file, must be in double quotes.
- [<arg 1>]
- A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.
- [<arg 2>]
- A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.
- [<arg 3>]
- A value to be passed to another macro, or a variable to receive a value passed back from the macro that is called.
- You can use between zero and 10 arguments.
Example
- CALL "line.mac" r1, q7, tt