From: cuz Date: Fri, 1 Dec 2000 10:39:23 +0000 (+0000) Subject: Add info about jmp (ind) bug X-Git-Tag: V2.12.0~3030 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32fb9e74f0bb40722a912a79b0ad68f9e089cd2a;p=cc65 Add info about jmp (ind) bug git-svn-id: svn://svn.cc65.org/cc65/trunk@510 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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