Rev. 1.50, 10/04, page 278 of 448
Example:
Retry: MOVLI.L @Rn,R0 ; Atomic incrementation
ADD #1,R0
MOVCO.L R0,@Rn
BF Retry ; Reexecute if an interrupt or other
exception occurs between the MOVLI and
MOVCO instructions
NOP
Possible Exceptions:
• Data TLB multiple-hit exception
• Data TLB miss exception
• Data TLB protection violation exception
• Initial page write exception
• Data address error