xplain what each line of code is doing from the picture below. This instruction looks as if it loads r7 with the contents of memory location P1. Recall that ARM processors don’t support such an addressing mode. This instruction is a pseudoinstruction that will be assembled into suitable ARM code.  (please no copy and paste from articles)

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

explain what each line of code is doing from the picture below.

This instruction looks as if it loads r7 with the contents of memory location P1. Recall that ARM processors don’t support such an addressing mode. This instruction is a pseudoinstruction that will be assembled into suitable ARM code. 

(please no copy and paste from articles)

 

AREA Directives, CODE, READONLY
ENTRY
;load r6 with 5 (i.e., XX)
;load r7 with the contents of location P1²'
just a dummy instruction
;angel_SWIreason_ReportException
;ADP_Stopped_ApplicationExit
;ARM semihosting (formerly SWI)
;equate XX to 5
;store hex 32-bit value 1345678
store the byte 25 in memory
store byte whose ASCII character is A in memory
store the 16-bit value 12342 in memory
ensure code is on a 32-bit word boundary
MOV
r6, #XX
LDR
r7,P1
ADD
r5,r6,r7
ro, #0x18
rl, =0x20026
svC
MOV
LDR
#0x123456
XX
EQU
5
P1
DCD
0x12345678
P3
DCB
25
YY
DCB
'A'
Тx2
DCW
12342
ALIGN
Strgl =
"Hello"
Strg2
"X2", &0С, &0A
Z3
DCW
ОХАВСD
END
Transcribed Image Text:AREA Directives, CODE, READONLY ENTRY ;load r6 with 5 (i.e., XX) ;load r7 with the contents of location P1²' just a dummy instruction ;angel_SWIreason_ReportException ;ADP_Stopped_ApplicationExit ;ARM semihosting (formerly SWI) ;equate XX to 5 ;store hex 32-bit value 1345678 store the byte 25 in memory store byte whose ASCII character is A in memory store the 16-bit value 12342 in memory ensure code is on a 32-bit word boundary MOV r6, #XX LDR r7,P1 ADD r5,r6,r7 ro, #0x18 rl, =0x20026 svC MOV LDR #0x123456 XX EQU 5 P1 DCD 0x12345678 P3 DCB 25 YY DCB 'A' Тx2 DCW 12342 ALIGN Strgl = "Hello" Strg2 "X2", &0С, &0A Z3 DCW ОХАВСD END
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Computer System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning