1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-31 07:29:00 +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
causes failures when direct page locations are included in the project
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>
<p>Quirks:</p>