From 84eceee085056c6660abaf6b00b07b5d084f9eee Mon Sep 17 00:00:00 2001
From: Andy McFadden
Date: Sun, 18 Nov 2018 15:20:12 -0800
Subject: [PATCH] Note removal of cc65 limitation
---
SourceGen/RuntimeData/Help/codegen.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/SourceGen/RuntimeData/Help/codegen.html b/SourceGen/RuntimeData/Help/codegen.html
index 38f62a8..68aacf3 100644
--- a/SourceGen/RuntimeData/Help/codegen.html
+++ b/SourceGen/RuntimeData/Help/codegen.html
@@ -188,9 +188,8 @@ code, but also needs to know how to handle the corner cases.
that wouldn't be ambiguous to a multi-pass assembler.
The assembler is geared toward generating relocatable code with
multiple segments (it is, after all, an assembler for a C compiler).
- A linker script is expected to be provided for anything complex. Since
- SourceGen doesn't currently generate a linker script, binaries are
- limited to 26KiB ($6800 bytes).
+ A linker configuration script is expected to be provided for anything
+ complex. SourceGen generates a custom config file for each project.