_64tass
64tass 1.60.3243
Multi pass optimizing macro assembler for the 65xx series of processors
https://tass64.sourceforge.net/GNU General Public License v2.0 or laterGNU Library General Public License v2 onlyGNU Lesser General Public License v2.1 onlyMIT License
programs: 64tass
Maintainers
Platforms (24)
s390x-linuxi686-linuxmips64el-linuxriscv64-linuxm68k-linuxmicroblaze-linuxarmv5tel-linuxpowerpc64le-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ _64tass ];
Ad-hoc shell
nix-shell -p _64tass
Flake (nix run)
nix run nixpkgs#_64tass