Implement floating bank in linker script

Turns out that we can solve being unable to choose a bank to change
the PC of, by simply refusing to choose!
This commit is contained in:
ISSOtm
2024-08-14 02:16:13 +02:00
committed by Eldred Habert
parent e45a422da3
commit 28733fe312
3 changed files with 58 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
error: script-syntax-error.link(2): syntax error, unexpected ORG, expecting newline or OPTIONAL
error: script-syntax-error.link(5): syntax error, unexpected string, expecting newline or number
error: script-syntax-error.link(5): syntax error, unexpected string, expecting newline or FLOATING or number
Linking failed with 2 errors