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