1
0
mirror of synced 2026-03-09 20:18:18 +00:00
Files
2024-04-25 15:59:51 -07:00

718 B

COS Interface

This directory contains an implementation of SYSTXT for COS. SYSTXT is a collection of CAL macros and associated assembly language subroutines enabling assembly language programs to call operating system services.

The following utility modules are also provided:

  • CHARS : Subroutines for packing and unpacking character strings
  • DMP : Subroutines for dumping memory to the user log
  • IUTIL : Subroutines for parsing and formatting integers

Legal stuff and attribution

This directory is a fork of https://github.com/kej715/COS-Tools/tree/main/cos-interface. It's copyright is consequently held by Kevin Jordan and carries the same license:

https://github.com/kej715/COS-Tools/blob/main/LICENSE