Question: Data 8-bit instruction set Task 1: Walk through the assembly programbelow and fill out the data memory map (right). If a value changes during the

Data 8-bit instruction set Task 1: Walk through the assembly programbelow and fill out the data memory map (right). If a value changes during the program, Data Memory Map you only need to record the final value Unless Address Offset otherwise stated all memory locations contain a 0 Ob 00001000 value of 0. 1 Ob 10010011 2 Ob 10100101 3 4 Program for task 1 Definitions 5 6 EQU myData=0x21 .DEF config=R4 7 8 Main 9 .CSEG 10 .ORG 0x0000 11 LDI R16, ob 00001000 12 MOVRO, R16 13 LDI R16, Ob 10010011 14 MOVR1, R16 15 LDI R16, 0b01010101 16 Ob 10100101 ANDI R16, 0500001111 17 Ob 10111001 MOVR2, R16 18 ORI R16, 0b10100101 19 LDI R17,20 20 ADD R17, R16 21 MOV R3, R16 22 MOV config R17 OUT O, R3 24 CBI 0,1 25 IN R5,0 26 STS myData, RO 27 SBI 1,6 28 SBI 1,7 29 LDS R6. myData 30 31 32 0 33 1 34 2 35 3 36 4 37 5 38 6 Data 8-bit instruction set Task 1: Walk through the assembly programbelow and fill out the data memory map (right). If a value changes during the program, Data Memory Map you only need to record the final value Unless Address Offset otherwise stated all memory locations contain a 0 Ob 00001000 value of 0. 1 Ob 10010011 2 Ob 10100101 3 4 Program for task 1 Definitions 5 6 EQU myData=0x21 .DEF config=R4 7 8 Main 9 .CSEG 10 .ORG 0x0000 11 LDI R16, ob 00001000 12 MOVRO, R16 13 LDI R16, Ob 10010011 14 MOVR1, R16 15 LDI R16, 0b01010101 16 Ob 10100101 ANDI R16, 0500001111 17 Ob 10111001 MOVR2, R16 18 ORI R16, 0b10100101 19 LDI R17,20 20 ADD R17, R16 21 MOV R3, R16 22 MOV config R17 OUT O, R3 24 CBI 0,1 25 IN R5,0 26 STS myData, RO 27 SBI 1,6 28 SBI 1,7 29 LDS R6. myData 30 31 32 0 33 1 34 2 35 3 36 4 37 5 38 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
