From: Richard Burgess <> Date: Mon, 2 Jan 1995 10:05:48 +0000 (+0000) Subject: autocommit for file dated 1995-01-02 10:05:48 X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=commitdiff_plain;h=52d2a93672947070fcf86a12a15ab27dab4f342a autocommit for file dated 1995-01-02 10:05:48 --- 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