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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/28/04 14:08
Read: times


 
#73281 - RE: Assemble coding style
Responding to: ???'s previous message
My question is, in these lines

MOV C, SCON.7 ; Check for framing error
JC FRAMING ERROR

why not just use

JB SCON.7, FRAMING ERROR

My guess is that the author wrote it in C and used the generated assembler.

Erik



List of 7 messages in thread
TopicAuthorDate
Assemble coding style            01/01/70 00:00      
   RE: Assembler coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
      RE: Assemble coding style            01/01/70 00:00      

Back to Subject List