source:
bootcd/isolinux/syslinux-6.03/dos/code16.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 102 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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.