Starting writing an ed implementation

This commit is contained in:
deadvey
2026-03-07 20:48:34 +00:00
parent 43d0a020f7
commit 7a9b82d57c
12 changed files with 126 additions and 83 deletions

View File

@@ -32,7 +32,6 @@ keyboard_display_input:
pusha
mov di, ax
mov ax, bx
mov bx,20
.check_key_pressed:
call os_read_input