mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-05-25 22:14:44 +00:00
10 lines
88 B
PHP
10 lines
88 B
PHP
Print:
|
|
lodsb
|
|
or al, al
|
|
jz PrintDone
|
|
mov ah, 0eh
|
|
int 10h
|
|
jmp Print
|
|
PrintDone:
|
|
ret
|