ARM Architecture - Control Flow Instructions
Identify the error in this ARM assembly code snippet:
Assuming R3 and R4 are signed integers, what is wrong?
CMP R3, R4 BGT greater_label BLT less_label BEQ equal_label
Assuming R3 and R4 are signed integers, what is wrong?
