mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-07-12 07:39:13 +00:00
Code stub
This commit is contained in:
9
BIOS/print.inc
Normal file
9
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