Trace Method
UP ]

 

Description

This method is used to execute one user program instruction beginning at the current Program Counter (PC) location. The method return a formatted string with the instruction executed and the registers contents after executing. The output format is like follow:

PC = $2000: 86 02     LDAA     #$02
PC = $2002, D = $0202, X = $0000, Y = $0000, SP = $0000, CCR = $D0

Syntax

sLine = HCS121.Trace

Parameters are no required.

Part Type Description
sLine String Formatted output string. It contains the disassembled of the executed instruction and registers contents after execution.

See also:

Go.

 

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.