From 32fb9e74f0bb40722a912a79b0ad68f9e089cd2a Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 1 Dec 2000 10:39:23 +0000 Subject: [PATCH] Add info about jmp (ind) bug git-svn-id: svn://svn.cc65.org/cc65/trunk@510 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/BUGS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index f7e926bc7..461217c43 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -9,6 +9,11 @@ List of known bugs that will not get fixed before any new major release: * Initialization of local variables with compound data types is not possible. + * The assembler/linker do not have special handling for the "jump indirect" + bug of the NMOS 6502 CPUs. This bug will cause the CPU to behave + erratically if the address argument crosses a page. + + Introduced with version 2.5: * Use of "goto" to jump into or out of blocks that declare local variables