1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Add info about jmp (ind) bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@510 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-12-01 10:39:23 +00:00
parent a5d8a5a94f
commit 32fb9e74f0

View File

@ -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