TABLE OF CONTENTS
- 1. ksi/plmhw
ksi/plmhw [ Program ]
NAME
plmhw - A program that displays "Hello!" on the console.
DESCRIPTION
This is a program written in the PL/M programming language in order to demonstrate how the Assembly language library can be used from PL/M. This program calls two procedures: print_line and terminate. It terminates with the status code 0. In order to be usable from the assembly code, this program contains the entry label that is called after the initialization.