1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-06 17:54:25 +00:00

Note a cross-asm bug

This commit is contained in:
Andy McFadden 2018-11-02 17:09:02 -07:00
parent a88c746419
commit 09d6512dd2

View File

@ -208,6 +208,10 @@ code, but also needs to know how to handle the corner cases.</p>
symbols, which are output as two-digit hex values when possible, but symbols, which are output as two-digit hex values when possible, but
causes failures when direct page locations are included in the project causes failures when direct page locations are included in the project
and given labels.</li> and given labels.</li>
<li>The check for 64KiB overflow appears to happen before instructions
that might be absolute or direct page are resolved and reduced in size.
This makes it unlikely that a full 64KiB bank of code can be
assembled.</li>
</ul> </ul>
<p>Quirks:</p> <p>Quirks:</p>