mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
4a5e1f4c40
commit
1f4a53d646
5 changed files with 234 additions and 195 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue