Disassemble Method
UP ]

 

Description

Retrieves a formatted string containing a disassembled range of memory between addresses StartAddress and FinalAddress. This is an asynchronous method that must be used in combination with an implementation of the event OnDisassemble which is actually fired when the operation is completed.

Syntax

HCS121.Disassemble (StartAddress, FinalAddress)

Part Type Description
StartAddress Long Target’s memory address of the first byte belonging to the range to be unassembled.
FinalAddress Long Target’s memory address of the last byte belonging to the range to be unassembled.

Remarks

The output format is like follow:

..
..
$3000: 8B 8C     ADDA     #$8C
$3002: AF 75     CPS         6,Y+
$3004: AC FC   CPD         A,PC
$3006: AF 54     CPS         -12,Y
$3008: 60 15      NEG        -11,X
..
..

StartAddress and FinalAddress can be linear addresses instead of 16 bit addresses. This is useful in cases when the target’s flash memory space is larger than 64k bytes

See also:

OnDisassemble

 

If you have a question or suggestion please contact me. Updated: 03.27.2003
Copyright (c) 2003-2004 J.Gorgas. All rights reserved. All trademarks mentioned are the property of their respective owners.