Display Bytes Command (PLBDBUG)
The Display Bytes command displays a section of the User Data Area beginning at a data label or an address. The format for the DB command is:
DB [{DataLabel}|{Address}[,{length}]]
The 'length' is optional and if specified determines the number of bytes displayed. If not given, it defaults to 64. Once a DB command has been given, the next section of User Data Area may be display by giving the 'DB' command with no arguments.
See Also: PLBDBUG Commands, PLBDBUG
![]() |