Skip to content

v1.3.0

Compare
Choose a tag to compare
@bkrug bkrug released this 07 Nov 23:55
· 9 commits to master since this release
07ec893
  • 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.