|
|
|
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 = $D0Syntax sLine = HCS121.Trace Parameters are no required.
See also: Go. |
|