From WikiChip
Difference between revisions of "motorola/mc14500/isa"
(Created page with "{{motorola title|MC14500 ISA}} {{isa box | name = MC14500 | developer = Motorola | dev model = proprietary | design = | data size = 1 bit | inst size...") |
(→Instruction Set) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{motorola title|MC14500 ISA}} | {{motorola title|MC14500 ISA}} | ||
{{isa box | {{isa box | ||
− | | name | + | | name = MC14500 |
− | | developer | + | | developer = Motorola |
− | | dev model | + | | implementation = MC14500 |
− | | design | + | | dev model = proprietary |
− | | data size | + | | design = |
− | | inst size | + | | data size = 1 bit |
− | | inst count | + | | inst size = 4 bit |
− | | introduction = 1976 | + | | inst count = 16 |
− | | version | + | | introduction = 1976 |
− | | format | + | | version = 1 |
− | | endianness | + | | format = register-memory |
− | | registers | + | | endianness = bi-endian |
− | | sprs | + | | registers = 1 |
− | | | + | | sprs = 1 |
+ | | spr = RR | ||
}} | }} | ||
The '''MC14500 ISA''' is an [[instruction set architecture]] used in the {{motorola|MC14500}} family of microprocessor. This ISA consists of just 4-bit opcodes forming a total of 16 instructions. | The '''MC14500 ISA''' is an [[instruction set architecture]] used in the {{motorola|MC14500}} family of microprocessor. This ISA consists of just 4-bit opcodes forming a total of 16 instructions. | ||
== Registers == | == Registers == | ||
− | The MC14500B has a single [[register]]: '''result register''' ('''RR''') which always stores the value of the | + | The MC14500B has a single [[register]]: '''result register''' ('''RR''') which always stores the value of the intermediate operation that has been performed. RR can be read directly from pin 15 at any time. RR is also always used as the 2nd operand to any binary ALU operation. |
== Instruction Set == | == Instruction Set == | ||
{{isa | {{isa | ||
| title = MC14500 ISA | | title = MC14500 ISA | ||
+ | | Opcode | ||
+ | | Action | ||
+ | | cols = 3 | ||
| listing = | | listing = | ||
{{inst|mn=NOPO |op=0x0 |act={{l|right|RR|RR}} ; {{l|right|Flag 0|1}}}} | {{inst|mn=NOPO |op=0x0 |act={{l|right|RR|RR}} ; {{l|right|Flag 0|1}}}} |
Latest revision as of 20:57, 26 June 2017
MC14500 ISA | |
Developer | Motorola |
Implementation | MC14500 |
Dev model | proprietary |
Data word size | 1 bit 0.125 octets
0.25 nibbles |
Instruction word size | 4 bit 0.5 octets
|
Instructions | 16 |
Introduction | 1976 |
Version | 1 |
Format | register-memory |
Endianness | bi-endian |
Registers | 1 |
SPRs | 1 RR |
ISAs • By Company • By Inst • By Data |
The MC14500 ISA is an instruction set architecture used in the MC14500 family of microprocessor. This ISA consists of just 4-bit opcodes forming a total of 16 instructions.
Registers[edit]
The MC14500B has a single register: result register (RR) which always stores the value of the intermediate operation that has been performed. RR can be read directly from pin 15 at any time. RR is also always used as the 2nd operand to any binary ALU operation.
Instruction Set[edit]
MC14500 ISA | ||
---|---|---|
Mnemonic | Opcode | Action |
NOPO | 0x0 | RR → RR ; Flag 0 → 1 |
LD | 0x1 | Data → RR |
LDC | 0x2 | Data → RR |
AND | 0x3 | RR · Data → RR |
ANDC | 0x4 | RR · Data → RR |
OR | 0x5 | RR + Data → RR |
ORC | 0x6 | RR + Data → RR |
XNOR | 0x7 | If RR = Data, RR → 1 |
STO | 0x8 | RR → Data ; Write → 1 |
STOC | 0x9 | RR → Data ; Write → 1 |
IEN | 0xA | Data → IEN |
OEN | 0xB | Data → OEN |
JMP | 0xC | Flag JMP → 1 |
RTN | 0xD | Flag RTN → 1 |
SKZ | 0xE | If RR = 0, Skip next instruction |
NOPF | 0xF | RR → RR ; Flag F → 1 |
See also[edit]
Facts about "MC14500 ISA - Motorola"
designer | Motorola + |
first launched | 1976 + |
full page name | motorola/mc14500/isa + |
instance of | instruction set architecture + |
instruction count | 16 + |
instruction word size | 4 bit (0.5 octets) + |
name | MC14500 + |
word size | 1 bit (0.125 octets, 0.25 nibbles) + |