Flow-control structures: Difference between revisions

m
m (→‎{{header|68000 Assembly}}: removed incorrect information)
Line 276:
 
BX Rn ;Branch and Exchange. The operand is a register. The program counter is swapped with the register specified.
;BX LR is commonly used to return from a subroutine.</lang>
 
addeq R0,R0,#1 ;almost any instruction can be made conditional. If the flag state doesn't match the condition code, the instruction
;has no effect on registers or memory.</lang>
 
=={{header|AutoHotkey}}==
1,489

edits