root/dos/code16.h

Revision f44248bc9677a6e82c700f91a72d1a798aaa097a, 102 bytes (checked in by H. Peter Anvin <hpa@…>, 6 years ago)

Makefile cleanup to be able to build with CC='gcc -m32'

  • Property mode set to 100644
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.