From df763e6d73cb3e7afa5aa84fbc75aed6c87b3599 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 12 Oct 2025 22:37:39 +0200 Subject: Pick xa65 by default if that exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And let it pass the --strict and --stats parameters to the underlying nasm command. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 51d8263..b1b1f83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ out/ config/generated.s +.nasm/ TODO -- cgit v1.2.3