M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 129

no-image

M68ICS05KJ

Manufacturer Part Number
M68ICS05KJ
Description
SIM PROGRAM FOR 68HC705KJ/J1A
Manufacturer
Freescale Semiconductor
Type
Simulator/Programmerr
Datasheet

Specifications of M68ICS05KJ

Contents
Programmer, Power Supply, Assembler/Simulator/Debugger, Cable, Software and Documentation
For Use With/related Products
68HC705KJ/JIA
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
BF
The BF command fills a block of memory with a specified byte, word, or long value. The
optional argument specifies whether to fill the block in bytes (.B, the default, 8 bits), in words
(.W, 16 bits), or in longs (.L, 32 bits).
Syntax:
where:
Examples:
M68ICS05KJOM/D
BF
BF
BF
.W 300 31F 4143
<startrange>
<endrange>
[.B | .W | .L] <startrange> <endrange> <n>
C0 CF FF
If the byte variant (.B) is used , then <n> must be a 8-bit value.
If the word variant (.W) is used , then <n> must be a 16-bit value.
If the long variant (.L) is used , then <n> must be a 32-bit value.
<n>
Beginning address of the memory block (range).
Ending address of the memory block (range).
Byte, word, or long value to be stored in the specified block.
Store FF in bytes at addresses C0-CF.
Store word value 4143 at addresses 300-31F.
Block Fill Memory
DEBUGGING COMMAND SET
7-13

Related parts for M68ICS05KJ