LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Help with NASM macros? (https://www.linuxquestions.org/questions/programming-9/help-with-nasm-macros-309071/)

95se 04-02-2005 06:12 PM

Help with NASM macros?
 
Ok, I am trying to write a macro in NASM, for part of it I want to see if they gave me a fpu register (st0, st1, st2, etc..) or something else. I can use %ifidn to check exact string text, but it doesn't appear as if I can use the logical or (||) with %ifidn. So what can I do?
thanks


All times are GMT -5. The time now is 01:44 PM.