Add ASM80 IDE for 8-bit assembly development#5
Open
maly wants to merge 1 commit intoeiroca:masterfrom
Open
Conversation
## What is this? [ASM80](https://beta.asm80.com) is a free, browser-based cross-assembler, emulator and debugger for classic 8-bit CPUs (Z80, 8080, 6502, 6809 and others). Key features: - Multi-CPU support in a single environment - Built-in emulators for real machines (ZX Spectrum, TEC-1, etc.) - Integrated debugger with step-by-step execution - Online project management — no installation required The assembler core is open source under MIT license: https://github.com/asm80/asm80-core ## Why does it belong here? It fits naturally alongside similar tools already listed, and is directly useful for anyone doing retro 8-bit development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this?
ASM80 is a free, browser-based cross-assembler, emulator and debugger for classic 8-bit CPUs (Z80, 8080, 6502, 6809 and others).
Key features:
The assembler core is open source under MIT license: https://github.com/asm80/asm80-core
Why does it belong here?
It fits naturally alongside similar tools already listed, and is directly useful for anyone doing retro 8-bit development.