On 5/22/2016 11:13 AM, TJF wrote: > But, does this simple solution don't work? > | > MOV r29.t1,r0.t0
The smallest value the MOV instruction will work with is a byte. See "Syntax Terms and Definitions", section 5.3.2.5.6 of the PRU Reference Guide (SPRUHF8). The MOV instruction works with any register field from 8 to 32 bits, but not with single bits. -- Charles Steinkuehler [email protected] -- 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/5741EDA7.7000107%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
