; ScrachStack OS Boot v1.0
MOV AX,0
MOV DS,AX
LEA DX,MSG
CALL PRINT
HLT
MSG DB 'Booting ScrachStack...',0
PRINT:
MOV AH,0x0E
.next:
LODSB
CMP AL,0
JE .done
INT 0x10
JMP .next
.done:
RET
Highlights
Popular repositories Loading
-
-
-
-
RedTrainer
RedTrainer PublicRedM Lua Menu inspired by vMenu - A feature-rich Lua menu for RedM, offering an experience similar to vMenu in FiveM 🥴
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.