Hardware Reference
In-Depth Information
Figure 3.10 MiniIDE options in the general category
The number supplied as the ,StartAddress. parameter is rounded down to the next-lower
multiple of 16; the number supplied as the ,EndAddress. parameter is rounded up to the
next-higher multiple of 16 minus 1. This causes each line to display memory in the range of
$xxx0 to $xxxF. For example, if $1005 is entered as the start address and $1020 as the ending ad-
dress, then the actual memory range displayed would be $1000 through $102F. This command
allows the user to examine the program execution result.
Example 3.1
+ md 1000
1000 00 00 00 00 - 00 00 00 00 - 00 00 00 00 - 00 00 00 00
. . . . . . . . . . . .
+ md 1005 1020
1000 00 00 00 00 - 00 00 00 00 - 00 00 00 00 - 00 00 00 00
. . . . . . . . . . . .
1010 00 00 00 00 - 00 00 00 00 - 00 00 00 00 - 00 00 00 00
. . . . . . . . . . . .
1020 00 00 00 00 - 00 00 00 00 - 00 00 00 00 - 00 00 00 00
. . . . . . . . . . . .
 
Search WWH ::




Custom Search