Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chimipupu/z80_emu
Z80のCPUをCでエミュレート👩💻
https://github.com/chimipupu/z80_emu
Last synced: about 1 month ago
JSON representation
Z80のCPUをCでエミュレート👩💻
- Host: GitHub
- URL: https://github.com/chimipupu/z80_emu
- Owner: Chimipupu
- License: mit
- Created: 2024-11-14T05:33:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-14T06:57:09.000Z (about 1 month ago)
- Last Synced: 2024-11-14T07:31:19.315Z (about 1 month ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Z80エミュレータ(開発中)
CでZ80のCPUをエミュレート👩💻## 📍実行
### Linux環境
```shell
chmod +x make.sh
./make.sh
```### 📍Windows環境
```shell
bash make.sh
```## 📍実装状況
**凡例(✅テスト完了、🆗実装済み、🚩TODO、❌TBD)**- 📍CPU
- 📍レジスタ
- 🆗AF,BC,DE,HL,AF',BC',DE',HL',IX,IY,PC,SP
- 📍命令セット
- 🆗NOP,HALT,IND,INDR,INI,INIR
- 📍フェッチ
- 📍デコード
- 実行
- ❌CTC
- ❌DMA
- ❌SIO
- 🚩ROM
- 🚩4KB ~ 64KB
- 🚩RAM
- 🚩4KB ~ 64KB