mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
fix comment for character address
This commit is contained in:
parent
5b88226edf
commit
ba067b3e3e
@ -9,7 +9,7 @@ print_string_pm:
|
||||
mov edx, VIDEO_MEMORY
|
||||
|
||||
print_string_pm_loop:
|
||||
mov al, [ebx] ; [ebx] is the address of our character
|
||||
mov al, [ebx] ; 'ebx' is the address of our character
|
||||
mov ah, WHITE_ON_BLACK
|
||||
|
||||
cmp al, 0 ; check if end of string
|
||||
|
Loading…
Reference in New Issue
Block a user