
88 VoIP
Table 13
Command parameters
Parameter Value Description
adr
–
Starting address in normal hexadecimal format
(0xnnnnnnnn), as a dereferenced variable name
(&varName), or as a function name.
If omitted or zero, the next block of memory appears,
starting where the last d command completed.
nunits
–
Specify the number of data words of size width to
display.
Defaults to the previous value if omitted or zero.
width
1, 2, 4, 8
Default to the previous value if omitted or zero.
If invalid, 1 is used.
The following example shows command output.
-> d 0xf0,16,2
000000f0: 2ada 0020 ef00 002f 2adf 0020 ef00 002f *.*
.../..* .../.*
00000100: eb44 0020 ee00 03fa 1f88 0020 ee00 03fb *D.
....... .....*
value = 21 = 0x15
-> d 0xf0,4
000000f0: 2ada 0020 ef00 002f *.* .../.........*
value = 21 = 0x15
-> d 0xf0, 4, 1
000000f0: da 2a 20 00 *.* .............*
value = 21 = 0x15
-> d 0xf0,4,4
000000f0: 00202ada 002fef00 00202adf 002fef00 *.* .../..*
.../.*
value = 21 = 0x15
-> d 0xf0,4,8
000000f0: 002fef0000202ada 002fef0000202adf *.* .../..*
.../.*
00000100: 03faee000020eb44 03fbee0000201f88 *D. .......
.....*
value = 21 = 0x15
devs
Syntax:
devs
Nortel Communication Server 1000
Troubleshooting Guide for Distributors
NN43001-730 02.02 31 December 2009
Copyright © 2008-2009 Nortel Networks. All Rights Reserved.
.
Komentarze do niniejszej Instrukcji