From 4a7e8db884fdaa80f6a026ec4c0c8409ea975d81 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jan 2025 21:46:03 +0100 Subject: nasm: Implement the -D flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows users to define variables directly from the command line, which is useful for testing purposes. Signed-off-by: Miquel Sabaté Solà --- tests/expected/defines-undefined.nes | Bin 0 -> 18 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/expected/defines-undefined.nes (limited to 'tests/expected/defines-undefined.nes') diff --git a/tests/expected/defines-undefined.nes b/tests/expected/defines-undefined.nes new file mode 100644 index 0000000..40c3987 Binary files /dev/null and b/tests/expected/defines-undefined.nes differ -- cgit v1.2.3