From d10d4fd6e6ed2c6939b5504a7de576fa5d4e5317 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Feb 2026 17:15:31 +0100 Subject: Allow using a byte for indirect jumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They should be expanded to a 16-bit address from the zero-page. The fact that the assembler was complaining about it was simply erroneous. Signed-off-by: Miquel Sabaté Solà --- tests/expected/indirect.nes | Bin 0 -> 28 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/expected/indirect.nes (limited to 'tests/expected/indirect.nes') diff --git a/tests/expected/indirect.nes b/tests/expected/indirect.nes new file mode 100644 index 0000000..68136c9 Binary files /dev/null and b/tests/expected/indirect.nes differ -- cgit v1.2.3