pasmo
easy to use Z80 cross-assembler
Install
- All systems
-
curl cmd.cat/pasmo.sh
- Debian
-
apt-get install pasmo
- Ubuntu
-
apt-get install pasmo
- Kali Linux
-
apt-get install pasmo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pasmo
- Raspbian
-
apt-get install pasmo
- Dockerfile
- dockerfile.run/pasmo
pasmo
easy to use Z80 cross-assembler
A Z80 assembler capable of generating object code in formats suitable for many Z80 machines and emulators. Pasmo generates fixed position code, can not be used to create relocatable object files for use with linkers. Pasmo is compatible with the syntax used in several old assemblers, by supporting several styles of numeric and string literals and by providing several names of the most used directives.