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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
When an out-of-memory or index-out-of-range error occurs, the routines now set the caller's EQ status bit to true. The caller no longer needs to compare the output in R0 to >FFFF or >FFFE to detect an error.
Releases now contain two versions of the object code, besides the disk image.
.OBJ contains TI-Files headers so that they can be read from an emulator that uses the Files-In-A-Directory approach to emulating disks.
.NOHEADER.OBJ files do not contain TI-Files headers, and can be used from a Windows or Linux assembler like XDT99.
The first word of an object file is no longer a value that came from a REF statement. Linkers for a TI-99/4a are likely to be confused when first word of an object file is neither a literal nor a label that comes from the same file.