L List In Assembler Format - Nice Z80+ Operation Manual

Table of Contents

Advertisement

L - LIST IN ASSEMBLER FORMAT
Purpose
Disassembles instructions in the target system memory into assembly language
format.
Format
Three forms of the command are illustrated:
1.
L - Disassembles 19 consecutive Z80 instructions, beginning with the currently
saved memory address.
As each instruction is disassembled, the new saved
memory address points to the start of the next instruction. Thus, repeated
L
commands in this form list sequential blocks of 19 instructions.
2.
L Start-Address - Lists the block of 19 instructions beginning with the specified
Start-Address.
3.
L Start-Address, Last-Address - Lists the block of instructions beginning with
the specified start address and ending with the specified last address.
"'·

Advertisement

Table of Contents
loading

Table of Contents