mirror of
https://github.com/mnaberez/py65.git
synced 2025-02-21 10:29:07 +00:00
Fix description of disassemble command
This commit is contained in:
parent
77d31dc8a6
commit
8a7119b540
@ -165,8 +165,7 @@ Command Reference
|
|||||||
|
|
||||||
.. describe:: disassemble <address_range>
|
.. describe:: disassemble <address_range>
|
||||||
|
|
||||||
Disassembles a range of memory. All legal NMOS 6502 opcodes and addressing
|
Disassemble a range of memory::
|
||||||
modes are supported::
|
|
||||||
|
|
||||||
.disassemble ff80:ff84
|
.disassemble ff80:ff84
|
||||||
$ff80 d8 CLD
|
$ff80 d8 CLD
|
||||||
@ -174,6 +173,11 @@ Command Reference
|
|||||||
$ff83 9a TXS
|
$ff83 9a TXS
|
||||||
$ff84 a0 1c LDY #$1c
|
$ff84 a0 1c LDY #$1c
|
||||||
|
|
||||||
|
The disassembly will use the instruction set of the selected MPU. For
|
||||||
|
example, the extra instructions of the 65C02 will only be displayed if
|
||||||
|
a 65C02 MPU is selected. On an NMOS 6502, those instructions would be
|
||||||
|
disassembled as ``???``.
|
||||||
|
|
||||||
If labels have been defined, they will be substituted for
|
If labels have been defined, they will be substituted for
|
||||||
addresses in the operands.
|
addresses in the operands.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user