Refactor, update UI, and add notes
This commit is contained in:
@@ -1,21 +1,49 @@
|
||||
---
|
||||
title: Zilog Z80 Microprocessor
|
||||
last_updated: '2022-05-16T14:23:18-04:00'
|
||||
last_updated: '2022-09-29T02:41:18.085Z'
|
||||
---
|
||||
|
||||
|Name | Z80
|
||||
|--- | ---
|
||||
|Introduced | 1976
|
||||
|Data Width | 8-bit
|
||||
|Address Width | 16-bit
|
||||
|Binary Comp. | 8080A
|
||||
|Endianness | Little
|
||||
|Registers | 208 bits (18 × 8-bit + 4 × 16-bit) - Static RAM
|
||||
|Package | 40-pin DIP
|
||||
|Instruction Count | 158
|
||||
<table>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>Z80</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Introduced</td>
|
||||
<td>1976</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Data Width</td>
|
||||
<td>8-bit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Address Width</td>
|
||||
<td>16-bit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Binary Comp.</td>
|
||||
<td>8080A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Endianness</td>
|
||||
<td>Little</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Registers</td>
|
||||
<td>208 bits (18 × 8-bit + 4 × 16-bit) - Static RAM</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package</td>
|
||||
<td>40-pin DIP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Instruction Count</td>
|
||||
<td>158</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Docs
|
||||
- [User Manual](http://z80.info/zip/z80cpu_um.pdf)
|
||||
- [z80.info: User Manual](http://z80.info/zip/z80cpu_um.pdf)
|
||||
|
||||
## Addressing Modes
|
||||
- Immediate
|
||||
|
||||
Reference in New Issue
Block a user