cpu 8086 org 0x0100 jmp main main: call mm_print ret %include "kprintf.asm" ; mem MUST be last because it will write after it %include "mem.asm"