Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

8A/S6

Part # 8A/S6
Description Incandescent S Light Lamp
Category LAMP
Availability In Stock
Qty 2
Qty Price
1 + $2.43518
Manufacturer Available Qty
General Electric
  • Shipping Freelance Stock: 2
    Ships Immediately



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

Monitor ROM (MON)
Technical Data MC68HC908AZ60A — Rev 2.0
214 Monitor ROM (MON) MOTOROLA
14.4.3 Echoing
As shown in Figure 14-4, the monitor ROM immediately echoes each
received byte back to the PTA0 pin for error checking.
Any result of a command appears after the echo of the last byte of the
command.
Figure 14-4. Read Transaction
14.4.4 Break Signal
A start bit followed by nine low bits is a break signal. (See Figure 14-5).
When the monitor receives a break signal, it drives the PTA0 pin high for
the duration of two bits before echoing the break signal.
Figure 14-5. Break Transaction
ADDR. HIGHREADREAD ADDR. HIGH ADDR. LOW ADDR. LOW DATA
ECHO
SENT TO
MONITOR
RESULT
0 1 2 3 4 5 6 7
0 1 2 3 4 5 6 7
MISSING STOP BIT
TWO-STOP-BIT DELAY BEFORE ZERO ECHO
Monitor ROM (MON)
Functional Description
MC68HC908AZ60A — Rev 2.0 Technical Data
MOTOROLA Monitor ROM (MON) 215
14.4.5 Commands
The monitor ROM uses these commands:
READ, read memory
WRITE, write memory
IREAD, indexed read
IWRITE, indexed write
READSP, read stack pointer
RUN, run user program
A sequence of IREAD or IWRITE commands can access a block of
memory sequentially over the full 64-Kbyte memory map.
Table 14-3. READ (Read Memory) Command
Description Read byte from memory
Operand Specifies 2-byte address in high byte:low byte order
Data Returned Returns contents of specified address
Opcode $4A
Command Sequence
ADDR. HIGHREADREAD ADDR. HIGH ADDR. LOW ADDR. LOW DATA
ECHO
SENT TO
MONITOR
RESULT
Monitor ROM (MON)
Technical Data MC68HC908AZ60A — Rev 2.0
216 Monitor ROM (MON) MOTOROLA
Table 14-4. WRITE (Write Memory) Command
Description Write byte to memory
Operand Specifies 2-byte address in high byte:low byte order; low byte followed by data byte
Data Returned None
Opcode $49
Command Sequence
ADDR. HIGHWRITEWRITE ADDR. HIGH ADDR. LOW ADDR. LOW DATA
ECHO
SENT TO
MONITOR
DATA
Table 14-5. IREAD (Indexed Read) Command
Description Read next 2 bytes in memory from last address accessed
Operand Specifies 2-byte address in high byte:low byte order
Data Returned Returns contents of next two addresses
Opcode $1A
Command Sequence
DATAIREADIREAD DATA
ECHO
SENT TO
MONITOR
RESULT
PREVIOUS6566676869707172737475767778NEXT