module: Allow .c32 files to execute themselves
[syslinux.git] / core / localboot.inc
blobb7840427d7b67789c43d4fdb87b0075ff6bb72a0
1                 section .text16
2                 global local_boot16:function hidden
3 local_boot16:
4                 mov cx,0
5                 mov ss,cx
6                 mov sp,7C00h
7                 jmp 0:07C00h