Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

EECE 3 4 3 5 Lab 0 1 : DOS Debug A . Objectives: to get familiar with the debug program and use the debug

EECE 3435 Lab 01: DOS Debug
A. Objectives: to get familiar with the debug program and use the debug commands to examine registers and memory contents.
B. Resources
Online resources
Textbook
C. Lab Preparation
Read online guide or textbook to understand the debug commands used in the assignment.
Start the Debug Application.
Search "dos" for the DOSBox application;
Start the DOSBox application;
Execute "mount c c:ldebug";
Execute "c:";
Execute "debug".
Note that in the lab report you will be required to show the results you obtained in your experiments. You thus need to take screenshots of your work.
D. The Lab
You will practice some commands useful in debug, such as the dump, enter, and fill commands.
First, execute the following command to fill the memory with some data:
-f 0 ffff ac cb f54e 658d 238f e9
Execute the command r to examine the contents of registers.
You can change the value of a register by doing the following.
r IP
IP 0100
Now you can enter a new value for the IP register after the prompt.
2. Display and modify memory contents.
Use the command d to dump (display) the memory contents from the data segment.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions