From 09d6512dd2bcbf6a6fcd2f387ac0095f149ace2b Mon Sep 17 00:00:00 2001
From: Andy McFadden
Date: Fri, 2 Nov 2018 17:09:02 -0700
Subject: [PATCH] Note a cross-asm bug
---
SourceGen/RuntimeData/Help/codegen.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/SourceGen/RuntimeData/Help/codegen.html b/SourceGen/RuntimeData/Help/codegen.html
index 71da80d..38f62a8 100644
--- a/SourceGen/RuntimeData/Help/codegen.html
+++ b/SourceGen/RuntimeData/Help/codegen.html
@@ -208,6 +208,10 @@ code, but also needs to know how to handle the corner cases.
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.
+ 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.
Quirks: