Online Debugger Syntax › General Registers Symbols
General Registers Symbols
General registers include the registers used by the program at the time of execution and the registers used by the DC/UCF system. The program status word (PSW) and register definitions are always preceded by a colon (:) and are specified by these symbols:
- :PSW for the current program status word
- :Rn for the user program register at the time of interrupt, where n represents the number of the register and can have a value of 0 through 15
- :REGS for all user program registers at the time of interrupt
- :SRn for a DC/UCF system register at the time of interrupt, where n represents the number of the register and can have a value of 0 through 15
- :SREGS for all DC/UCF system registers at the time of interrupt
Important! A single debug expression can reference only one general register.
Copyright © 2014 CA.
All rights reserved.
|
|