// CC BY // code by SASANO Takayoshi .section .text .code16gcc .align 2 .globl _start _start: cli movw %cs, %ax movw %ax, %ds movw %ax, %ss movw $0xfffc, %sp sti call main xor %ax, %ax int $0x21