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/second.asm
Normal file
9
Lynx/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