_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
Platforms (24)
armv6l-linuxriscv32-linuxriscv64-linuxmips64el-linuxs390-linuxpowerpc64-linuxsh4-linuxmicroblazeel-linux
View source on NixOS/nixpkgs →

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