Condition .global _start _start: MOV R0, #3 ; Store 3 in R0 MOV R1, #2 ; Store 2 in R1 CMP R0, R1 ; Compare R0 and R1 (R0 - R1) BGT greater ; Branch to 'greater' if R0 > R1 BAL default ; Always branch to ...
psk-study.hashnode.dev4 min readNo responses yet.