pull/242/merge
CJ 2 years ago committed by GitHub
commit e87bca6796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ print_string_pm:
print_string_pm_loop:
mov al, [ebx] ; [ebx] is the address of our character
mov ah, WHITE_OB_BLACK
mov ah, WHITE_ON_BLACK
cmp al, 0 ; check if end of string
je print_string_pm_done

Loading…
Cancel
Save