hi,
I was wondering if any one knew where i could find the instructions for tasm 2.8.....i am trying to compare A TO FF(100H), if greater than FF go to loopA.........I would really appereciate, if any one knows the above instruction...please help me out. thanks

Recommended Answers

All 2 Replies

cmp ax,0100H
jg loopA

well, i think thats the code but it works for 386 and above processors, and work indepandently from the assembler

hi,
I was wondering if any one knew where i could find the instructions for tasm 2.8.....i am trying to compare A TO FF(100H), if greater than FF go to loopA.........I would really appereciate, if any one knows the above instruction...please help me out. thanks

Download the 3 volumes of the Intel Architecture Software Developer's Manuals Intel Manuals (especially the Instruction Set Reference Vol.#2).

And try the TASM FAQ for TASM specific information.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.