Macro creation
How to create macro function and what is the difference between $$$ and $$ function.
Discussion (1)0
Comments
Hi, Ponnumani!
$$ is a way to call label with parameters in mac or int code and get the result.
See your previous question and answers about that.
$$$ is the way to call macros which was previously defined with #define directive.
See the good article about macros by @Eduard Lebedyuk
And mark this answer as "accepted" if it goes for you ;)