This document contains the source code for a "Hello World" program written in PAL assembly language, designed for the P?S/8 and OS/8 operating systems. The program is intended as an initial default file for development and can run on 4K machines.
The document includes:
- Source Code: The assembly instructions that initialize the system flag, iterate through the string "HELLO WORLD," output each character, and exit to the operating system.
- User Symbol Table: A listing of variables used in the code (HSTRNG, LOOP, L7600, TXTPTR) and their memory addresses.
- Assembly Statistics: A summary confirming that the assembly was successful with no errors, 4 symbols, and 5K of memory utilized.
- Memory Map: A bitmap representing the usage of memory in Field 0.