help with an instruction

Reply

Join Date: Jan 2005
Posts: 3
Reputation: nishil is an unknown quantity at this point 
Solved Threads: 0
nishil nishil is offline Offline
Newbie Poster

help with an instruction

 
0
  #1
Apr 1st, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 121
Reputation: tonakai is an unknown quantity at this point 
Solved Threads: 11
tonakai's Avatar
tonakai tonakai is offline Offline
Junior Poster

Re: help with an instruction

 
0
  #2
Apr 2nd, 2005
  1. cmp ax,0100H
  2. jg loopA

well, i think thats the code but it works for 386 and above processors, and work indepandently from the assembler
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 129
Reputation: Evenbit is on a distinguished road 
Solved Threads: 4
Evenbit's Avatar
Evenbit Evenbit is offline Offline
Junior Poster

Re: help with an instruction

 
0
  #3
Apr 3rd, 2005
Originally Posted by nishil
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC