From 52d2a93672947070fcf86a12a15ab27dab4f342a Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Mon, 2 Jan 1995 10:05:48 +0000 Subject: [PATCH] autocommit for file dated 1995-01-02 10:05:48 --- msamples/print/print.atf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 msamples/print/print.atf diff --git a/msamples/print/print.atf b/msamples/print/print.atf new file mode 100644 index 0000000..00711ae --- /dev/null +++ b/msamples/print/print.atf @@ -0,0 +1,13 @@ +.DATA +.INCLUDE \OSSource\MPUBLICS.ASM +.CODE +.STACK 4000 +.INCLUDE PRINT.ASM +.INCLUDE \CM32\LIB\FMTDIO.ASM +.INCLUDE \CM32\LIB\FILEIO.ASM +.INCLUDE \CM32\LIB\CTYPE.ASM +.INCLUDE \CM32\LIB\STRING.ASM +.INCLUDE \CM32\LIB\STDLIB.ASM +.START + JMP _stdentry +.END -- 2.40.0