Question Ponnumani Gurusamy · May 17, 2017

Macro creation

How to create macro function and  what is the difference between $$$ and $$ function.

Comments

Evgeny Shvarov · May 18, 2017

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 ;)

0