source:
bootcd/isolinux/syslinux-6.03/dos/code16.h
@
26ffad7
Last change on this file since 26ffad7 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 102 bytes |
Line | |
---|---|
1 | /* Must be included first of all */ |
2 | #ifdef __ASSEMBLY__ |
3 | .code16 |
4 | #else |
5 | __asm__ (".code16gcc"); |
6 | #endif |
Note: See TracBrowser
for help on using the repository browser.