|
|
|
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)
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: |
|