1. Run the following code using KEIL tool 2. Debug the code to get the final registers and flags output, screenshot the debug window with the final results, print it and attach it with your solution 3. Verify it manually, you must show all steps 4. Deliver it next lecture as a hardcopy
AREA TEST2, CODE, READONLY MOV RO, #0x35 MVN R1,#1 MOV R2,#1 ADDS R3, R1, R2 SUB R3, R1, RO MOVS R3, R3, LSL #3 ADD R1, R1, R3 HERE B HERE END
1. Run the following code using KEIL tool 2. Debug the code to get the final registers and flags output, screenshot the
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Run the following code using KEIL tool 2. Debug the code to get the final registers and flags output, screenshot the
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!