Merge pull request #1358 from dmsc/issue-479

Fixes Issue 479 (ca65: can't reference .proc members before declaration)
This commit is contained in:
Bob Andrews
2025-10-05 15:39:56 +02:00
committed by GitHub
40 changed files with 349 additions and 7 deletions

View File

@@ -1319,6 +1319,11 @@ if you want to access the "other" symbol <tt/bar/, you would have to write:
.endscope
</verb></tscreen>
The above example also shows that to search a scope that is not yet defined in
the code above the usage, you should use the namespace token (<tt/::/) and
specify the full scope name, to allow the assembler to create the scope at the
correct place.
<sect>Address sizes and memory models<label id="address-sizes"><p>