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/second.asm
Normal file
9
BIOS/second.asm
Normal file
@ -0,0 +1,9 @@
|
||||
; TODO
|
||||
init:
|
||||
mov si, LoadingText
|
||||
call Print
|
||||
jmp $
|
||||
|
||||
%include "print.inc"
|
||||
|
||||
LoadingText db ' Loading...', 0
|
Reference in New Issue
Block a user