Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/17/12 09:57
Read: times


 
#185520 - Conditional Statements
Hello,
At the moment I’m trying to get a conditional statement to work in Keil.
Here is my code in assembly

IF A>=#0x03
 SETB GAIN_ERROR
 RET
ENDIF
;an other variation of it is
IF A=#0x00
 SETB GAIN_ERROR
 RET
ENDIF

 


It compiles without a bother but when I run the code it does not react the way I was hoping it would, does anyone have any suggestions?
Donagh.


List of 17 messages in thread
TopicAuthorDate
Conditional Statements            01/01/70 00:00      
   Hex constants?            01/01/70 00:00      
      0x00, 0x01, 0x02??            01/01/70 00:00      
   What is the octothorpe?            01/01/70 00:00      
      #            01/01/70 00:00      
         Immediate or not            01/01/70 00:00      
      what is an octothorpe?            01/01/70 00:00      
         Previously, on 8052.com            01/01/70 00:00      
   Problem solved, query still remains            01/01/70 00:00      
      Do some trial and error            01/01/70 00:00      
      Check the CJNE instruction...            01/01/70 00:00      
         Handy that!            01/01/70 00:00      
      run time vs compile time            01/01/70 00:00      
         IF only at assemble            01/01/70 00:00      
            Not Really!!            01/01/70 00:00      
               I second that            01/01/70 00:00      
            Hw variants or debugging are big users of conditionals            01/01/70 00:00      

Back to Subject List