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)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education