From: Richard Burgess <> Date: Sat, 31 Dec 1994 09:19:56 +0000 (+0000) Subject: autocommit for file dated 1994-12-31 09:19:56 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;ds=sidebyside;h=eaaa4acba41844bd8a8b4cc12b92e4a981d5d371;p=mmurtl autocommit for file dated 1994-12-31 09:19:56 --- 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