From 2e641b96002f471f16c69f7652147d0e67c0334b Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Mon, 30 Jan 1995 22:50:58 +0000 Subject: [PATCH] autocommit for file dated 1995-01-30 22:50:58 --- msamples/othersrc/memtest.atf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 msamples/othersrc/memtest.atf diff --git a/msamples/othersrc/memtest.atf b/msamples/othersrc/memtest.atf new file mode 100644 index 0000000..84a9a4e --- /dev/null +++ b/msamples/othersrc/memtest.atf @@ -0,0 +1,14 @@ +.DATA +.INCLUDE \OSSource\MPUBLICS.ASM +.CODE +.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 +.INCLUDE MEMTEST.ASM +.CODE +.START + JMP _stdentry +.STACK 4000 +.END -- 2.40.0