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

Back to Subject List

Thread Closed: Off-topic

???
05/08/04 16:58
Read: times


 
#70027 - RE: what these terms do in coding
Responding to: ???'s previous message
I think it would be a bit faster (and more accurate) if you use the XRL function (xor).

Such as

top:
mov r1, p1
loop:
mov a, p1
xrl a, r1
JZ loop

; Do what you want here, The different bits
; should be in A

; Probably you should check weather it has been a 1-0
; transition or a 0-1 transition first, if it matters

SJMP top

This probably wont work, but i hope you get the idea. BTW, xrl i think reads from an internal latch, which is the reason that you cannot directly xrl p1 with acc.

List of 13 messages in thread
TopicAuthorDate
what these terms do in coding            01/01/70 00:00      
   RE: what these terms do in coding            01/01/70 00:00      
      RE: what these terms do in coding            01/01/70 00:00      
         RE: what these terms do in coding            01/01/70 00:00      
      RE: what these terms do in coding            01/01/70 00:00      
   RE: what these terms do in coding            01/01/70 00:00      
   RE: what these terms do in coding            01/01/70 00:00      
      RE: what these terms do in coding            01/01/70 00:00      
   RE: what these terms do in coding            01/01/70 00:00      
      Some questions about the code            01/01/70 00:00      
         RE: Some questions about the code            01/01/70 00:00      
      Some questions about the code            01/01/70 00:00      
   Some more questions about the Main Loop            01/01/70 00:00      

Back to Subject List