repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
version: Update year to 2014
[syslinux.git]
/
dos
/
code16.h
blob
ca76565152182bdff31c5a264d1a940d52c4d5fb
1
/* Must be included first of all */
2
#ifdef __ASSEMBLY__
3
.
code16
4
#else
5
__asm__
(
".code16gcc"
);
6
#endif