Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superjmn/suppaz80
Silly cross-platform IDE for the Zilog Z80 CPU. Uses AvaloniaUI.
https://github.com/superjmn/suppaz80
asm assembly avalonia avaloniaui compiler cross-platform dotnet emulator ide z80
Last synced: 24 days ago
JSON representation
Silly cross-platform IDE for the Zilog Z80 CPU. Uses AvaloniaUI.
- Host: GitHub
- URL: https://github.com/superjmn/suppaz80
- Owner: SuperJMN
- License: mit
- Created: 2022-11-03T00:00:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T23:36:44.000Z (about 2 years ago)
- Last Synced: 2024-11-07T21:47:26.726Z (3 months ago)
- Topics: asm, assembly, avalonia, avaloniaui, compiler, cross-platform, dotnet, emulator, ide, z80
- Language: C#
- Homepage:
- Size: 151 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SuppaZ80
This is the smallest IDE you'll find for the Zilog Z80 CPU.
https://user-images.githubusercontent.com/3109851/201792636-02186907-5726-4318-b2b2-4ae9885a20c3.mp4
## Instructions
1. Run the SuppaZ80 project.
2. A window will load with some sample code.
3. Click **[Run]**.
4. ¡Listo!**Run:** will run the program until the CPU is halted. You can force it to stop by clicking "Stop" (button only available when running!)
**Step:** Run the program step by step.
**Reset** Will reset the status of the CPU.
## Pending work
- Save file.
## Acknowledgements
- https://github.com/informedcitizenry/6502.Net by [informedcitizenry](https://github.com/informedcitizenry)
- https://github.com/Konamiman/Z80dotNet by [Konamiman](https://github.com/Konamiman)