2023-11-16 23:19:36 -05:00

7 lines
102 B
C

/* Must be included first of all */
#ifdef __ASSEMBLY__
.code16
#else
__asm__ (".code16gcc");
#endif