COAL Lab 1
COAL Lab 1
2023F-BCS-264
Lab Exercise
1-Enter D command to display memory contents of your system and answer the
following:
Entering and exiting from DEBUG:
Now,
- What is the physical address of the memory location given in the above part?
Lab 1
2023F-BCS-264
2- Do the following and capture each screen shot using print screen option.
- Use D command to display the contents of memory from CS:0500 to CS:055F
3- Use E command to change the contents of memory locations from the code
segment, for offsets from 0700 to 0709 to have ASCII contents from 0 to 9.
- Display the memory contents of first 10 bytes starting from memory location
0100h
- Edit the memory location starting from 0200h with your name and 3-digit
Roll#
- Note the last offset (memory) value of the last digit of your roll#
The last offset (memory) value of the last digit of my roll# is
34h.
Lab 1
2023F-BCS-264
- Move the block of memory where you filled your name and Roll# to the
memory location starting from 0400h.
- Compare the two memory blocks (one starting from 0200h & the other from
0400h)
- Compare the two memory blocks (one starting from 0200h &
the other from 0400h)
Lab 1
2023F-BCS-264