It works:
macro chec [name1]
{
forward
macro name1
m_
xor eax,eax
_m
common
}
chec lis,pis
..............
lis
pis
But it does not work:
macro chec [name1]
{
forward
macro name1#.zero
m_
xor eax,eax
_m
common
}
chec lis,pis
..............
lis.zero
pis.zero
Mistake of the compiler:
chec lis,pis
error: invalid macro arguments.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum