Yep, that approach works well. Thanks!
On Friday, August 14, 2015 at 6:53:35 PM UTC-5, Carlos Novaes wrote: > > I was unable to use the NOPx instructions, same error. But you can define > a macro, ex: > .macro NOP > MOV r1, r1 > .endm > > .macro NOP2 > MOV r1, r1 > MOV r1, r1 > ;endm > > and so on. Your code will look more readable > -- 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]. For more options, visit https://groups.google.com/d/optout.
