Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Utako
  • Order by date
  1. Utako

    Why doesn't "if" work with NASM

    Actually this is pure Assembly. I thought A86 was an x86 assembler... well, it must be otherwise it wouldn't even run on my machine, now would it. no, it isn't an external operation, pure ASM code for A86. Now, I'll post all of my code in here, and maybe someone can tell me why it doesn't...
  2. Utako

    Why doesn't "if" work with NASM

    Oh, hmm. I don't want to seem ignorant, but what is a directive? Is it an assembler specific command? Because if that's what a directive is, this might explain my problem. I didn't know assemblers had their own exclusive commands.
  3. Utako

    Why doesn't "if" work with NASM

    I don't know what you mean by what "kind" of command it is. But it's like if (this is true) (do this) Now why doesn't it work in NASM but does in A86? Does NASM just not support such a thing or does it work differently?
  4. Utako

    Why doesn't "if" work with NASM

    if z jmp exit ;if so, exit to DOS> prompt Why doesn't this line of code work in NASM Assembler, yet is just fine using the A86 assembler?

Part and Inventory Search

Back
Top