diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-11-30 11:56:43 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-11-30 11:56:43 +0000 |
commit | aabca199127442c9e094f77fe71c2f295664568a (patch) | |
tree | e5f05cc72b75b0a91c8698d9d5a0a5ec6e5125a0 /doc | |
parent | 2067a9488ff61d0ef12ee7223570f70849fe4a63 (diff) |
Added undocumented 6502 opcodes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/casm.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/casm.html b/doc/casm.html index aba9611..aebdf15 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -1884,7 +1884,10 @@ directive, i.e. <h2>Opcodes</h2> -The 6502 assembler uses the standard Motorola opcodes. +The 6502 assembler uses the standard Motorola opcodes. Undocumented opcodes are +supported and use the opcodes as described at +<a href="https://www.masswerk.at/nowgobang/2021/6502-illegal-opcodes"> +www.masswerk.at/nowgobang/2021/6502-illegal-opcodes</a>. <h2>Options</h2> |