Unify style

This commit is contained in:
Juhani Krekelä 2021-07-30 20:19:52 +03:00
parent bc23dc5140
commit 00e08e8c0e
1 changed files with 2 additions and 3 deletions

View File

@ -231,9 +231,8 @@ editor_mainloop: ; 0273
mov dx, ctrl_break_handler mov dx, ctrl_break_handler
int 0x21 int 0x21
print_prompt: mov al, '*'
mov al, '*' call print_char
call print_char
mov dx, input_buffer mov dx, input_buffer
mov ah, sys_read_line mov ah, sys_read_line