sh-dis/tests/bf.s

9 lines
311 B
ArmAsm

CLRT ; T is always cleared to 0
BT TRGET_T ; Does not branch, because T = 0
BF TRGET_F ; Branches to TRGET_F, because T = 0
NOP
NOP ; ← The PC location is used to calculate the
; branch destination address of the BF
; instruction
TRGET_F: ; ← Branch destination of the BF instruction