l ,
,.......,
I
Chapter
13/
The DEBUG Utility
Example
F
04BA:100
L
100
42
45
52
54
41
IENTERJ
causes
DEBUG
to
fill
memory
locations
04BA:IOO
through
04BA:IFF
with
the
bytes specified. The five values
are
repeated
" until
alllOOH
bytes
are
filled.
, '
i""
GO
G
[=addressl[address2
...
]]
Executes a program currently
in
memory. Execution stops
at
specified breakpoints,
and
the
registers, flags, and instruction
line
for
the
next instruction to be executed
are
displayed.
Parameters
addressl is
the
start
location of
the
program to be executed.
address2
...
gives
the
addresses
for
optional breakpoints.
,
, ,
---,
i
, \
Notes
•
If
you include addressl, execution begins
at
addressl
in
the
CS segment. The equal sign ( = ) is required.
•
If
addressl is omitted,
the
program execution
starts
at
the
current instruction. The address of the current instruction is
determined from
the
contents of
the
CS and
IP
registers.
275