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.

Central Processor Unit (CPU)
Instruction Set Summary
MC68HC908AZ60A — Rev 2.0 Technical Data
MOTOROLA Central Processor Unit (CPU) 139
BMC rel Branch if Interrupt Mask Clear PC (PC) + 2 + rel ? (I) = 0 –––––REL 2C rr 3
BMI rel Branch if Minus PC
(PC) + 2 + rel ? (N) = 1 –––––REL 2B rr 3
BMS rel Branch if Interrupt Mask Set PC
(PC) + 2 + rel ? (I) = 1 ––––––REL 2D rr 3
BNE rel Branch if Not Equal PC
(PC) + 2 + rel ? (Z) = 0 –––––REL 26 rr 3
BPL rel Branch if Plus PC
(PC) + 2 + rel ? (N) = 0 –––––REL 2A rr 3
BRA rel Branch Always PC
(PC) + 2 + rel ––––––REL 20 rr 3
BRCLR
n,opr,rel
Branch if Bit n in M Clear PC
(PC) + 3 + rel ? (Mn) = 0
DIR
(b0)
DIR
(b1)
DIR
(b2)
DIR
(b3)
DIR
(b4)
DIR
(b5)
DIR
(b6)
DIR
(b7)
01
03
05
07
09
0B
0D
0F
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
5
5
5
5
5
5
5
5
BRN rel Branch Never PC
(PC) + 2 –––––REL 21 rr 3
BRSET
n,opr,rel
Branch if Bit n in M Set PC
(PC) + 3 + rel ? (Mn) = 1
DIR
(b0)
DIR
(b1)
DIR
(b2)
DIR
(b3)
DIR
(b4)
DIR
(b5)
DIR
(b6)
DIR
(b7)
00
02
04
06
08
0A
0C
0E
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
dd
rr
5
5
5
5
5
5
5
5
BSET n,opr Set Bit n in M Mn
1 ––––––
DIR
(b0)
DIR
(b1)
DIR
(b2)
DIR
(b3)
DIR
(b4)
DIR
(b5)
DIR
(b6)
DIR
(b7)
10
12
14
16
18
1A
1C
1E
dd
dd
dd
dd
dd
dd
dd
dd
4
4
4
4
4
4
4
4
Table 8-1. Instruction Set Summary (Continued)
Source
Form
Operation Description
Effect on
CCR
Address
Mode
Opcode
Operand
Cycles
VHI NZC
Central Processor Unit (CPU)
Technical Data MC68HC908AZ60A — Rev 2.0
140 Central Processor Unit (CPU) MOTOROLA
BSR rel Branch to Subroutine
PC
(PC) + 2; push (PCL)
SP
(SP) – 1; push (PCH)
SP
(SP) – 1
PC
(PC) + rel
––––––REL AD rr 4
CBEQ opr,rel
CBEQA
#opr,rel
CBEQX
#opr,rel
CBEQ
opr,X+,rel
CBEQ X+,rel
CBEQ
opr,SP,rel
Compare and Branch if Equal
PC
(PC) + 3 + rel ? (A) – (M) = $00
PC
(PC) + 3 + rel ? (A) – (M) = $00
PC
(PC) + 3 + rel ? (X) – (M) = $00
PC
(PC) + 3 + rel ? (A) – (M) = $00
PC
(PC) + 2 + rel ? (A) – (M) = $00
PC
(PC) + 4 + rel ? (A) – (M) = $00
–––––
DIR
IMM
IMM
IX1+
IX+
SP1
31
41
51
61
71
9E
61
dd
rr
ii rr
ii rr
ff rr
rr
ff rr
5
4
4
5
4
6
CLC Clear Carry Bit C
0 –––––0INH 98 1
CLI Clear Interrupt Mask I
0 –0–––INH 9A 2
CLR opr
CLRA
CLRX
CLRH
CLR opr,X
CLR ,X
CLR opr,SP
Clear
M
$00
A
$00
X
$00
H
$00
M
$00
M
$00
M
$00
0––01
DIR
INH
INH
INH
IX1
IX
SP1
3F
4F
5F
8C
6F
7F
9E
6F
dd
ff
ff
3
1
1
1
3
2
4
CMP #opr
CMP opr
CMP opr
CMP opr,X
CMP opr,X
CMP ,X
CMP opr,SP
CMP opr,SP
Compare A with M (A) – (M) ––↕↕↕
IMM
DIR
EXT
IX2
IX1
IX
SP1
SP2
A1
B1
C1
D1
E1
F1
9E
E1
9E
D1
ii
dd
hh
ll
ee
ff
ff
ff
ee
ff
2
3
4
4
3
2
4
5
COM opr
COMA
COMX
COM opr,X
COM ,X
COM opr,SP
Complement (One’s
Complement)
M
(M) = $FF – (M)
A
(A) = $FF – (M)
X
(X) = $FF – (M)
M
(M) = $FF – (M)
M
(M) = $FF – (M)
M
(M) = $FF – (M)
0––↕↕1
DIR
INH
INH
IX1
IX
SP1
33
43
53
63
73
9E
63
dd
ff
ff
4
1
1
4
3
5
CPHX #opr
CPHX opr
Compare H:X with M (H:X) – (M:M + 1) ––↕↕↕
IMM
DIR
65
75
ii
ii+1
dd
3
4
CPX #opr
CPX opr
CPX opr
CPX ,X
CPX opr,X
CPX opr,X
CPX opr,SP
CPX opr,SP
Compare X with M (X) – (M) ––↕↕↕
IMM
DIR
EXT
IX2
IX1
IX
SP1
SP2
A3
B3
C3
D3
E3
F3
9E
E3
9E
D3
ii
dd
hh
ll
ee
ff
ff
ff
ee
ff
2
3
4
4
3
2
4
5
Table 8-1. Instruction Set Summary (Continued)
Source
Form
Operation Description
Effect on
CCR
Address
Mode
Opcode
Operand
Cycles
VHI NZC
Central Processor Unit (CPU)
Instruction Set Summary
MC68HC908AZ60A — Rev 2.0 Technical Data
MOTOROLA Central Processor Unit (CPU) 141
DAA Decimal Adjust A
(A)
10
U– ↕↕↕INH 72 2
DBNZ opr,rel
DBNZA rel
DBNZX rel
DBNZ
opr,X,rel
DBNZ X,rel
DBNZ
opr,SP,rel
Decrement and Branch if Not
Zero
A
(A) – 1 or M (M) – 1 or X (X) –
1
PC
(PC) + 3 + rel ? (result) 0
PC
(PC) + 2 + rel ? (result) 0
PC
(PC) + 2 + rel ? (result) 0
PC
(PC) + 3 + rel ? (result) 0
PC
(PC) + 2 + rel ? (result) 0
PC
(PC) + 4 + rel ? (result) 0
–––––
DIR
INH
INH
IX1
IX
SP1
3B
4B
5B
6B
7B
9E
6B
dd
rr
rr
rr
ff rr
rr
ff rr
5
3
3
5
4
6
DEC opr
DECA
DECX
DEC opr,X
DEC ,X
DEC opr,SP
Decrement
M
(M) – 1
A
(A) – 1
X
(X) – 1
M
(M) – 1
M
(M) – 1
M
(M) – 1
––↕↕
DIR
INH
INH
IX1
IX
SP1
3A
4A
5A
6A
7A
9E
6A
dd
ff
ff
4
1
1
4
3
5
DIV Divide
A
(H:A)/(X)
H
Remainder
––––↕↕INH 52 7
EOR #opr
EOR opr
EOR opr
EOR opr,X
EOR opr,X
EOR ,X
EOR opr,SP
EOR opr,SP
Exclusive OR M with A
A
(A M)
0––↕↕
IMM
DIR
EXT
IX2
IX1
IX
SP1
SP2
A8
B8
C8
D8
E8
F8
9E
E8
9E
D8
ii
dd
hh
ll
ee
ff
ff
ff
ee
ff
2
3
4
4
3
2
4
5
INC opr
INCA
INCX
INC opr,X
INC ,X
INC opr,SP
Increment
M
(M) + 1
A
(A) + 1
X
(X) + 1
M
(M) + 1
M
(M) + 1
M
(M) + 1
––↕↕
DIR
INH
INH
IX1
IX
SP1
3C
4C
5C
6C
7C
9E
6C
dd
ff
ff
4
1
1
4
3
5
JMP opr
JMP opr
JMP opr,X
JMP opr,X
JMP ,X
Jump PC
Jump Address ––––––
DIR
EXT
IX2
IX1
IX
BC
CC
DC
EC
FC
dd
hh
ll
ee
ff
ff
2
3
4
3
2
JSR opr
JSR opr
JSR opr,X
JSR opr,X
JSR ,X
Jump to Subroutine
PC
(PC) + n (n = 1, 2, or 3)
Push (PCL); SP
(SP) – 1
Push (PCH); SP
(SP) – 1
PC
Unconditional Address
–––––
DIR
EXT
IX2
IX1
IX
BD
CD
DD
ED
FD
dd
hh
ll
ee
ff
ff
4
5
6
5
4
Table 8-1. Instruction Set Summary (Continued)
Source
Form
Operation Description
Effect on
CCR
Address
Mode
Opcode
Operand
Cycles
VHI NZC
PREVIOUS4041424344454647484950515253NEXT