Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Simple debugging process
  Function Name  
DBG_Monitor
No
8

  format  void DBG_Monitor (void)
 Input  None
 Output  None
 Function value  None
 Function  Enter the following command to change the memory contents display.
  [] can be omitted. Select /. 

(1) Display of memory contents D fromAddr [toAddr / @ size] [; B / W / L] 〈RTN〉 : fromAddr: Dump start address : toAddr: Dump end address : @size: Dump size (HEX) B B: Byte (8 bits) display designation : W: Word (16 bits) display designation : L: Long (32 bits) display designation . If you enter the command after the D command and key in only <RTN>, the memory dump will continue.

(2) Memory content change D toAddr [data] [; B / W / L] 〈RTN〉 : toAddr: Memory address : data: Change data (HEX) B B: Byte (8 bits) data designation : W: Word (16 bits) data designation : L: Long (32-bit) data designation If you omit data data, a data change prompt will be displayed from the specified address. Enter data . At this time, if you enter ^, the change address is decremented and 〈RTN〉 is entered. adds a change address. Entering. Ends the memory change.

. (3) Display of register contents R 〈RTN〉 Valid only when called from an exception handling routine of a program.

(4) End of simple debugging process Q 〈RTN〉 : Return to the caller of this routine. However, from the exception handling routine of the program Invalid when called .

(5) Command help display H 〈RTN〉


Return to previous page Return to menu Go to next page