EasyManua.ls Logo

Commodore PC - Unassemble

Commodore PC
414 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Debug
237
n
n
n
Unassemble
Purpose:
Disassembles
bytes
and
displays
the
source
statements
that
correspond
to
them,
with
addresses
and
byte
values.
Syntax:
U[range]
Comments:
The
display
of
disassembled
code
looks
like
a
listing
for
an
assem
bled
file.
If
you
type
the
U
(unassemble)
command
without
parameters,
20
hexadecimal
bytes
are
disassembled
at
the
first
address
after
that
displayed
by
the
previous
U
command.
If
you
type
the
U
command
including
the
range
parameter,
then
debug
disassembles
all
bytes
in
range.
But
if
you
specify
range
only
as
an
address,
then
20H
bytes
are
disassembled.
Example:
Suppose
you
type
the
following
command:
U04BAM00
L10
In
response,
debug
would
disassemble
16
bytes,
beginning
at
address
04BA:0100:
(U)nassemble
Using
the
Unassemble
command
04BA:0100
04BA:0103
04BA:0104
04BA:0106
04BA:0109
04BA:010A
04BA:010B
04BA:010C
04BA:010D
04BA:010E
04BA:010F
206472
69
7665
207370
65
63
69
66
69
63
61
AND
DB
JBE
AND
DB
DB
DB
DB
DB
DB
DB
CSI+723,AH
69
016B
CBP+DI+70],DH
65
63
69
66
69
63
61
n
n

Related product manuals