I am having trouble understanding how the data segments add up in relation to the hex memory addresses. Please explain w

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

I am having trouble understanding how the data segments add up in relation to the hex memory addresses. Please explain w

Post by answerhappygod »

I am having trouble understanding how the data segments add up
in relation to the hex memory addresses. Please explain where the
bytes are all coming from.
I Am Having Trouble Understanding How The Data Segments Add Up In Relation To The Hex Memory Addresses Please Explain W 1
I Am Having Trouble Understanding How The Data Segments Add Up In Relation To The Hex Memory Addresses Please Explain W 1 (15.58 KiB) Viewed 27 times
I Am Having Trouble Understanding How The Data Segments Add Up In Relation To The Hex Memory Addresses Please Explain W 2
I Am Having Trouble Understanding How The Data Segments Add Up In Relation To The Hex Memory Addresses Please Explain W 2 (15.32 KiB) Viewed 27 times
The following data segment starts at memory address 1000h (hexadecimal) "Assembly is fun",0 25 DUP() .data printString moreBytes dateIssued dueDate elapsedTime BYTE BYTE DWORD DWORD WORD ? ? ? What is the hexadecimal address of dueDate? O 102Dh 1029h 1010h 1045h

The following data segment starts at memory address 1100h (hexadecimal) .data printString moreBytes dateIssued dueDate elapsedTime BYTE BYTE DWORD DWORD WORD "MASM is fun", 48 DUP (O) ? ? ? What is the hexadecimal address of dueDate? 113Ch 1140h 110Ch 1164h
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply