This document provides the source code for a simple "Hello World" program written in PAL-8 assembly language for PDP-8 compatible systems. It includes the following sections:
- Source Code: The assembly code, including initialization of the starting address (*0200), a character output loop that interacts with the operating system, and the "HELLO WORLD" text string.
- User Symbol Table: A listing of symbols used in the code (HSTRNG, LOOP, L7600, TXTPTR) and their associated memory addresses.
- Assembly Statistics: A summary confirming that the program assembled with no errors, utilized 5K of memory, and defined 4 symbols.
- Field Map: A memory map (Field 0) showing the allocated space for the program.