2 lines
69 B
NASM
2 lines
69 B
NASM
|
org 0xA000 ; Set starting position to ram
|
||
|
include '../bios/main.asm'
|