Z80 REPL
The Z80 REPL is an online emulator and assembler for the Zilog Z80 processor. It allows users to write and run Z80 assembly code directly in their web browsers. The emulator is designed to be simple and easy to use, with a focus on educational purposes. Users can type Z80 assembly code into the editor, and the emulator will execute it, providing a step-by-step view of the code's execution. The Z80 REPL also includes a disassembler, allowing users to see the disassembled code. The project is open-source and hosted on GitHub.
Read the full article at abagames.github.io →