System Debug Reference Manual (32650-90888)
486 Chapter11
System Debug Standard Functions
STRING Functions
CMBPADDR : LCPTR Logical address of a CM breakpoint index
CMBPINDEX : S16 Index number of a CM breakpoint address
CMBPINSTR : S16CM Instruction at a CM breakpoint address
CMENTRY : LCPTR Logical entry address of a CM procedure
CMPROC : STR Returns the name of a CM procedure
CMPROCLEN : U16 Returns the length of CM procedure
CMSEG : STR Returns the CM segment name at logical address
CMSTART : LCPTR Logical start address of CM procedure
NMADDR : LCPTR Logical address of NM procedure name
NMBPADDR : LCPTR Logical address of NM breakpoint index
NMBPINDEX : S16 Index number of a NM breakpoint address
NMBPINSTR : S32NM Instruction at a NM breakpoint address
NMCALL : S32NM Dynamically invokes the specified NM routine
NMENTRY : LCPTR Logical entry address of NM procedure
NMFILE : STR Name of file containing NM logical address
NMMOD : STR Name of NM module at NM logical address
NMPATH : STR Returns the full code path of a NM procedure
NMPROC : STR Name of NM procedure at NM logical address
Name Type Description
STR : STR Extracts a substring from a string
STRAPP : STR String append
STRDEL : STR String delete
STRDOWN : STR Downshifts a string
STREXTRACT : STR Extracts a string at a virtual address
STRINPUT : STR Prompts for and reads string input
STRINS : STR String insert
STRLEN : U16 Returns the current length of a string
STRLTRIM : STR Removes leading blanks from a string
STRMAX : U16 Returns the maximum length of a string
Name Type Description