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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/15/08 17:45
Read: times


 
#159093 - One way
Responding to: ???'s previous message
is conditional assembly. Say I have a program that can have several options, one would be to use an LCD or terminal(RS232)

I could set a condition based on the value of a constant:

RS232 equ 0
...
...

IF RS232 = 0

then assemble this code

ELSE

assemble this code

ENDIF

syntax varies with assemblers

Jon

List of 6 messages in thread
TopicAuthorDate
Relational Opertaors            01/01/70 00:00      
   CJNE            01/01/70 00:00      
      0 or 1 in accumulator            01/01/70 00:00      
   Curious            01/01/70 00:00      
      One way            01/01/70 00:00      
      Book - discussion of Relational Operators            01/01/70 00:00      

Back to Subject List