Updated link to reference document for illegal opcodes.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5086 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-07-17 15:26:22 +00:00
parent 313e27035d
commit dcd91b5d53

View File

@@ -450,8 +450,8 @@ mnemonics:
mnemonics for illegal instructions of the NMOS 6502 CPUs are accepted. Since mnemonics for illegal instructions of the NMOS 6502 CPUs are accepted. Since
these instructions are illegal, there are no official mnemonics for them. The these instructions are illegal, there are no official mnemonics for them. The
unofficial ones are taken from <htmlurl unofficial ones are taken from <htmlurl
url="http://oxyron.net/graham/opcodes02.html" url="http://www.oxyron.de/html/opcodes02.html"
name="http://oxyron.net/graham/opcodes02.html">. Please note that only the name="http://www.oxyron.de/html/opcodes02.html">. Please note that only the
ones marked as "stable" are supported. The following table uses information ones marked as "stable" are supported. The following table uses information
from the mentioned web page, for more information, see there. from the mentioned web page, for more information, see there.