1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3 	.code16
4 #else
5 __asm__ (".code16gcc");
6 #endif
7