◄Summary► ◄Description► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── W? n The example above displays the current value of the variable n in the watch window. W? higher * 100 The example above displays the value of the expression higher * 100 in the watch window. W? (char *) 0 The example above displays the byte at offset 0 from the segment contained in DS. Because 0 is explicitly cast to a pointer type, the command treats it as an offset rather than a constant. -♦-