Memory dump worksheet An assembly source file contains, in symbolic text, values of successive bytes to be loaded into memory. Given the declarations below: . data 0x00000000 .byte 1, 2, 3, 4 .byte 5, 6, 7, 8 .word 1, 2, 3, 4 .asciiz "Comp 411' .align 2 .word Oxfeedbeef .text 0x00003000 NOTE: The byte ordering is "little-endian" (the LSB of a word or half-word has the lowest address) Provide the resulting memory dump: (On the back is the ASCII table)

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

2.

.data
.ascii "ABCD"
.align 2
.word 5

         


3.

.data
.asciiz "ABCD"
.align 2

.word 5

 
 

 

 

Memory dump worksheet
An assembly source file contains, in symbolic text, values of successive bytes to be loaded into memory.
Given the declarations below:
. data 0x00000000
.byte 1, 2, 3, 4
.byte 5, 6, 7, 8
.word 1, 2, 3, 4
.asciiz "Comp 411'
.align 2
.word Oxfeedbeef
.text 0x00003000
NOTE: The byte ordering is "little-endian" (the LSB of a word or half-word has the lowest address)
Provide the resulting memory dump: (On the back is the ASCII table)
Transcribed Image Text:Memory dump worksheet An assembly source file contains, in symbolic text, values of successive bytes to be loaded into memory. Given the declarations below: . data 0x00000000 .byte 1, 2, 3, 4 .byte 5, 6, 7, 8 .word 1, 2, 3, 4 .asciiz "Comp 411' .align 2 .word Oxfeedbeef .text 0x00003000 NOTE: The byte ordering is "little-endian" (the LSB of a word or half-word has the lowest address) Provide the resulting memory dump: (On the back is the ASCII table)
ASCII Hex Symbol
64 40
65 41
66
67
68
69
70
71
72
73
74
75
76
77
78
79
42
43
44
45
46
47
48
012345678910 11 12 13 14 15
49
4A
4B
4C
4D
4E
4F
ASCII Hex Symbol
0123456NS ABCDEF
8
@
А
ABCDEFGHIKIMZO
NUL
SOH
STX
ETX
EOT
ENQ
ACK
BEL
BS
TAB
LF
VT
FF
CR
SO
SI
ASCII Hex Symbol
50
80
81
82
83
84
85
86
87
88
89
90
91
92
670
51
52
26
27
28
29
53
30
31
54
55
56
57
58
59
5A
93
94
95 5F
5B
5C
5D
5E
ASCII Hex Symbol
DLE
16 10
17 11
18 12
DC1
DC2
19 13
DC3
DC4
NAK
20 14
21 15
22 16
23
17
24
18
25
19
1A
1B
1C
1D
1E
1F
PORSTUVWXXN---<
Y
SYN
ETB
CAN
EM
SUB
ESC
FS
GS
RS
US
ASCII Hex Symbol
96 60
97
98
99
100
64
101 65
102 66
103 67
104 68
105 69
61
62
63
106 6A
107 6B
108 6C
109 6D
110 6E
111 6F
33
34
35
22
23
36
24
37
25
38
26
39 27
40 28
41 29
42
2A
43 2B
44
45
2C
2D
46 2E
47 2F
.
a
b
g
h
i
J
ASCII Hex Symbol
32 20 (space)
21
I
m
Eco
- Artis
ASCII Hex Symbol
112
113
114
115
116
117
70
71
72
73
74
75
118 76
119
120
77
78
121
79
7A
122
123 7B
124 7C
125 7D
126
7E
127 7F
60
61
62
63
31
32
50
51
52
53
54
55
56
57
58
59 3B
33
34
35
36
37
38
39
3A
Р
р
q
ASCII Hex Symbol
48 30
49
3C
3D
3E
3F
S
XN př
y
Z
#
OT23456789
VII AC
Transcribed Image Text:ASCII Hex Symbol 64 40 65 41 66 67 68 69 70 71 72 73 74 75 76 77 78 79 42 43 44 45 46 47 48 012345678910 11 12 13 14 15 49 4A 4B 4C 4D 4E 4F ASCII Hex Symbol 0123456NS ABCDEF 8 @ А ABCDEFGHIKIMZO NUL SOH STX ETX EOT ENQ ACK BEL BS TAB LF VT FF CR SO SI ASCII Hex Symbol 50 80 81 82 83 84 85 86 87 88 89 90 91 92 670 51 52 26 27 28 29 53 30 31 54 55 56 57 58 59 5A 93 94 95 5F 5B 5C 5D 5E ASCII Hex Symbol DLE 16 10 17 11 18 12 DC1 DC2 19 13 DC3 DC4 NAK 20 14 21 15 22 16 23 17 24 18 25 19 1A 1B 1C 1D 1E 1F PORSTUVWXXN---< Y SYN ETB CAN EM SUB ESC FS GS RS US ASCII Hex Symbol 96 60 97 98 99 100 64 101 65 102 66 103 67 104 68 105 69 61 62 63 106 6A 107 6B 108 6C 109 6D 110 6E 111 6F 33 34 35 22 23 36 24 37 25 38 26 39 27 40 28 41 29 42 2A 43 2B 44 45 2C 2D 46 2E 47 2F . a b g h i J ASCII Hex Symbol 32 20 (space) 21 I m Eco - Artis ASCII Hex Symbol 112 113 114 115 116 117 70 71 72 73 74 75 118 76 119 120 77 78 121 79 7A 122 123 7B 124 7C 125 7D 126 7E 127 7F 60 61 62 63 31 32 50 51 52 53 54 55 56 57 58 59 3B 33 34 35 36 37 38 39 3A Р р q ASCII Hex Symbol 48 30 49 3C 3D 3E 3F S XN př y Z # OT23456789 VII AC
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Arrays
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
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