mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 02:01:42 +00:00
Merge remote-tracking branch 'Lynx/master'
This commit is contained in:
9
Lynx/BIOS/print.inc
Normal file
9
Lynx/BIOS/print.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
Print:
|
||||
lodsb
|
||||
or al, al
|
||||
jz PrintDone
|
||||
mov ah, 0eh
|
||||
int 10h
|
||||
jmp Print
|
||||
PrintDone:
|
||||
ret
|
Reference in New Issue
Block a user