root/dos/code16.h
| Revision f44248bc9677a6e82c700f91a72d1a798aaa097a, 102 bytes (checked in by H. Peter Anvin <hpa@…>, 6 years ago) | |
|---|---|
|
|
| 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 browser.
