[fasm-help] Variable test
Brought to you by:
privalov
From: Serge T. <ts...@ra...> - 2002-11-18 12:21:29
|
Dear Tomasz Grysztar! Thank you very much for the FASM, magnificent and elegant tool! J have a little problem: macro testnumeric var { if +var eq var display 'numeric',0 else display 'symbol',0 end if } testnumeric 0 ; -> ok testnumeric eax ;-> ok testnumeric al ;-> Error: reserved word used as symbol With many,many thanx for the support. S.Tserkovitsky ts...@ra... |