From 0d15187746f95976b27695701568007bf51c1b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 1 Aug 2021 17:27:44 +0300 Subject: [PATCH] =?UTF-8?q?=5F=5F036d=20=E2=86=92=20=5Ftrampoline=5Fprint?= =?UTF-8?q?=5Feof=5Fstr=5F1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edlin.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edlin.asm b/edlin.asm index ac02ae3..3cef6dc 100644 --- a/edlin.asm +++ b/edlin.asm @@ -445,12 +445,12 @@ find_file_end_char: ; 035e pop di .ret: ret -__036d: +_trampoline_print_eof_str_1: ; 036d jmp print_eof_str command_a: ; 0370 test byte [new_file_flag], 0xff - jnz __036d + jnz _trampoline_print_eof_str_1 mov dx, [last_file_byte] cmp word [command_linenum], 0