7 lines
102 B
C
7 lines
102 B
C
/* Must be included first of all */
|
|
#ifdef __ASSEMBLY__
|
|
.code16
|
|
#else
|
|
__asm__ (".code16gcc");
|
|
#endif
|