1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-03-15 15:29:27 -04:00
parent 4a5e1f4c40
commit 1f4a53d646
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 234 additions and 195 deletions

View file

@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
# output vasm6502, vasmm68k, and vasmz80
cmakeFlags = [ "-DVASM_CPU=m68k" "-DVASM_SYNTAX=psi-x" ];
meta = with lib; {
description = "Portable and retargetable assembler (Motorola 68000)";
description = "Portable and retargetable assembler";
homepage = "https://github.com/NaotoNTP/vasm-psi-x";
license = licenses.free;
};