repo.or.cz
/
syslinux
/
sherbszt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.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