From eaaa4acba41844bd8a8b4cc12b92e4a981d5d371 Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Sat, 31 Dec 1994 09:19:56 +0000 Subject: [PATCH] autocommit for file dated 1994-12-31 09:19:56 --- msamples/editor/edit.atf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 msamples/editor/edit.atf diff --git a/msamples/editor/edit.atf b/msamples/editor/edit.atf new file mode 100644 index 0000000..aba11bd --- /dev/null +++ b/msamples/editor/edit.atf @@ -0,0 +1,13 @@ +.DATA +.INCLUDE \OSSOURCE\MPUBLICS.ASM +.CODE +.STACK 4000 +.INCLUDE EDIT.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