source: bootcd/isolinux/syslinux-6.03/dos/code16.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

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