Z80ex
ZiLOG Z80 CPU emulation library (forked from http://sourceforge.net/p/z80ex/code/)
Install / Use
/learn @lipro/Z80exREADME
Z80Ex
ZiLOG Z80 CPU emulator
Features:
---------
- precise opcode emulation (documented & undocumented)
- exact timings for each opcode (including I/O operations)
- full support for all interrupt modes
- any number of virtual CPUs may be created
- portable: written in pure ANSI C
- builds as a library with simple callback-based API
- disassembler included
Building and installing:
--------------------------------------------------------
to build and install using CMake build system, refer to INSTALL.cmake
to build and install using GNU Make, refer to INSTALL.gmake
Usage intro:
------------
emulator:
include <z80ex/z80ex.h> in your sources,
link with "libz80ex" (-lz80ex).
for (rather subtle) API documentation see "z80ex.h".
disassembler:
include <z80ex/z80ex_dasm.h> in your sources,
link with "libz80ex_dasm" (-lz80ex_dasm).
for API documentation see "z80ex_dasm.h".
also you may look at "dasm.c" from the "examples" directory
_____________________________
yours, Pigmaker57 aka Boo-boo
pigmaker57@kahoh57.info
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
