None of the codes will work, since the last executed instruction is always
CLR        r29.t1
in the first code or
SET        r29.t1
in the second code. This will always clear or set the bit, independend from 
r0.t0.

Either use
  QBBS  SENDHIGH, r0.t0
  CLR   r29.t1
  JMP   Finish

SENDHIGH:
  SET   r29.t1

Finish:

But, does this simple solution don't work?
MOV r0.t0, r29.t1

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/0184a9d8-ab11-4ba8-a45a-cbed9361179e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to