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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/25/04 07:46
Read: times


 
#67400 - RE: 4-bit serial-parallel converter
Responding to: ???'s previous message
Dear Percival,
All three methods mentioned in the joke are correct to divide accumulator by 16. The only difference is in the time required for the execution.

NOVICE:
MOV B,#16
DIV AB
would need 5 machine cycles.
Advanced:
RR A ->4 times will need 4 machine cycles.
Guru:
SWAP A-> Would need just one machine cycle.

List of 11 messages in thread
TopicAuthorDate
4-bit serial-parallel converter            01/01/70 00:00      
   RE: 4-bit serial-parallel converter            01/01/70 00:00      
      PC Serial Port            01/01/70 00:00      
         RE: 16C550            01/01/70 00:00      
   RE: 4-bit serial-parallel converter            01/01/70 00:00      
      RE: 4-bit serial-parallel converter            01/01/70 00:00      
         RE: 4-bit serial-parallel converter            01/01/70 00:00      
            RE: 4-bit serial-parallel converter            01/01/70 00:00      
               RE: 4-bit serial-parallel converter            01/01/70 00:00      
   RE: 4-bit serial-parallel converter            01/01/70 00:00      
      PC Serial Port            01/01/70 00:00      

Back to Subject List