
The official Z80-ASM homepage - Uni Bielefeld
Z80-ASM is a compiler/assembler and monitor (including disassembler and debugger) for the Z80 CPU. It runs under Linux (probably also under other UNIX-flavours) and DO$ ( DJGPP version 2.03 checked). It's written in C and source-code availible!
ASM80 - online assembler for 8bit microprocessors
Online assembler / debugger for old *bit microprocessors (8080, 8085, Z80, 6502, 6800, 6809)
Z80 Software Development Tools
Z80 ASM for various flavours of Un*x and DOS. Kio's ZASM Command line z80 assembler for Linux, BSD, OS X and, hopefully, any Unix-like OS. Supports the plain vanilla z80 stuff plus some ZX Spectrum specific file formats. Supports binary output and intel hex file.
Z80 Assembler for Dummies - MSX Wiki
2025年1月30日 · Now, the main thing for you is to find a suitable assembler for your needs. I advise you a cross assembler. That is an assembler able to assemble machine code for Z80 with a modern PC. This will simplify the task. Z80 Microprocessors User Manual by Zilog and the wiki will be a very valuable help. Good luke! Program Samples
Z80 assembler - Assembler directives - non-GNU
Z80 assembler Assembler directives db, defb, dm or defm. db stands for "define byte", dm for "define message". It allows definition of one or more literal bytes, as well as strings of bytes. All definitions should be separated by commas. Strings of bytes should be between double quotes.
Learn Multiplatform Z80 Assembly Programming... With Vampires!
Z80 code is small, fast, and super efficient - with ASM you can do things in 1k that will amaze you!
paulhankin/z80asm: A Z80 assembler - GitHub
This repository contains a z80 assembler, both as a command-line tool, and as a library. It currently is somewhat limited, both in assembler features (for example, there's no macros), and can currently only output ZX-Spectrum .sna files. But the assembler does implement the full (standard) z80 instruction set.
EdouardBERGE/rasm: Extremly fast and powerful Z80 assembler - GitHub
Extremly fast and powerful Z80 assembler. Contribute to EdouardBERGE/rasm development by creating an account on GitHub.
zasm - z80 assembler - download page - spDYN
zasm is a command-line assembler for the Zilog Z80 cpu. it is available as source, which should compile on many unix-style operating systems, and as pre-compiled binary. Choose a version from the list below. Archive names indicate version, date and build host. Select a binary which matches your OS best. If it fails to run then use the source.
Thomas Scherrer Z80-Family Official Support Page
Z80 ASM.zip A great Z80 ASM package with: 8251 Uart intel hex transfer, LCD drivers, random, forth. A system to receive and transmit packets throught a PCM-30 8bit timeslot using a SIO device , by Riccardo Pompeo.