1
0
mirror of https://github.com/moshix/mvs.git synced 2026-03-02 17:44:56 +00:00
Files

15 lines
669 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PRINT NOGEN
****************************************************************
* FILENAME: HELLO.MLC *
* AUTHOR : Bill Qualls *
* SYSTEM : Compaq 286LTE, PC/370 R4.2 *
* REMARKS : This program will display a message. *
****************************************************************
START 0
REGS
BEGIN BEGIN
WTO MESSAGE
RETURN
MESSAGE DC C'Hello world!'
END BEGIN