Apps/lod: Rewrite from nasm to fasm

This commit is contained in:
2025-03-03 20:18:10 +02:00
committed by Max Logaev
parent 1a40899780
commit b39150ecea
6 changed files with 45 additions and 59 deletions

View File

@@ -1,2 +1,2 @@
if tup.getconfig("NO_NASM") ~= "" then return end
tup.rule("lod.asm", "nasm -f bin -o %o %f " .. tup.getconfig("KPACK_CMD"), "lod")
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("lod.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "lod")