You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments