]> git.sur5r.net Git - cc65/commitdiff
Add info about jmp (ind) bug
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Dec 2000 10:39:23 +0000 (10:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Dec 2000 10:39:23 +0000 (10:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@510 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/BUGS

index f7e926bc7d8f0ea828b318016bf8654d6f359f6a..461217c43f23e67ad52e005928c5e183bdabd900 100644 (file)
--- 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