Refactor, update UI, and add notes

This commit is contained in:
2022-10-04 23:41:59 -04:00
parent fde6c7fa69
commit 160f23cb01
31 changed files with 813 additions and 265 deletions

View File

@@ -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 &times; 8-bit + 4 &times; 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