-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autoadjust BASIC start offset based on filesize. Emit warnings, error.
If the final tokenized program is >= 65536 bytes long, then die with an error. >= 32768 bytes, then warn that it will work on no actual hardware and set offset to 0. (It probably won't work on any virtual hardware, either.) >= 24576 bytes, then warn about Tandy 200 incompatibility and set offset to 0x8001.
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters