
71
4. Enter:
*.3000
↵
Displayed:
401B–78
•
If the “dot” address format is used and the entered address is lower than
the base address, the contents of the specified address will not be dis-
played. The contents of the base address will be displayed instead.
5. Enter:
*3000:9 8 7 6 5 4 3 2 1
↵
*3000.3007
↵
Displayed:
3000–09 08 07 06 05 04 03 21
•
Pokes data in a series of addresses starting from the specified address.
6. Enter:
*:11 22 33 44 55
↵
*3000.3007
↵
Displayed:
3000–11 22 33 44 55 04 03 21
•
Pokes data in a series of addresses starting from the base address.
Move Command
Purpose:
To transfer the data stored in a consecutive range of addresses
to another place in memory
Format:
M(destination start address)< (source start address). (source
end address)
Remarks:
This command will transfer a block of data starting from (source start address)
and ending at (source end address) to (destination start address). Note that the
source address range must not overlap the destination address range; other-
wise, the data will not be transferred correctly.
Example:
Enter:
*M3000<4000.4007
↵
*4000.4007
↵
Displayed:
4000–01 02 03 04 05 06 07 08
Enter:
*3000.3007
↵
Displayed:
3000–01 02 03 04 05 06 07 08
Example Remarks:
In the above example, the contents of addresses 4000 to 4007 are transferred to
an address range starting at address 3000.
The following diagram illustrates correct and incorrect usage of the Move com-
mand.
Monitor Mode Commands
Summary of Contents for C500-ASC04
Page 1: ...C500 ASC04 ASCII Unit Operation Manual Revised February 2001 ...
Page 5: ...iv ...
Page 7: ...vi ...