Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
m80asm ====== m80asm or Manux Z80 assembler is small and fast z80 assembler written in C. It is originally written for the Z80 cpu with Unix-like OS "Manux". I designed that it can work also with non-z80 systems without any changes to the code. Building -------- Type `make` to build the assembler. `sudo make install` install to /usr/local/bin License ------- Copyright (C) 2026 Benjamin Helle m80asm is licensed under the GNU GPL v2. See `LICENSE` for details.