Starting writing an ed implementation
This commit is contained in:
@@ -68,6 +68,9 @@ text_print_raw:
|
||||
int 10h
|
||||
mov al, 0Dh
|
||||
int 10h
|
||||
push ax
|
||||
call os_read_input ; wait until key is pressed until it prints the next line
|
||||
pop ax
|
||||
jmp .repeat
|
||||
.finish:
|
||||
popa
|
||||
|
||||
Reference in New Issue
Block a user