Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenlunkes committed Jan 25, 2024
1 parent ecdcc58 commit 3f11f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dev/keyboard.asm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ readKeyboard:

jmp .loop

.clear: ;; Use the Main Keyboard Driver to clear a character
.clear: ;; Use the main keyboard driver to clear a character

cmp cl, 0
je .loop
Expand All @@ -122,7 +122,7 @@ readKeyboard:

jmp .loop

.done: ;; Task or routine completed
.done: ;; Routine completed

mov al, 0

Expand Down

0 comments on commit 3f11f70

Please sign in to comment.