Preparing your experience...
Loading scripts and resources
Preparing your experience...
Loading scripts and resources
Trace assembly execution. P1: 'MOV R0, #7; MOV R1, #3; ADD R2, R0, R1 → R2 = ?' → ___ [10]. P2: 'MOV R0, #10; SUB R0, R0, #3 → R0 = ?' → ___ [7]. P3: 'MOV R0, #5; loop: SUB R0, R0, #1; CMP R0, #0; BNE loop. How many loop iterations?' → ___ [5]. P4: 'Equivalent Python for: MOV R0, #0; ADD R0, R0, #5;
20
Likes
0
Remixes
0
Comments