This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
grub
Watch
1
Star
0
Fork
You've already forked grub
0
Code
Issues
Pull requests
Releases
Wiki
Activity
cda0a857dd
grub
/
asm-tests
/
i386.S
5 lines
73 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Relax requirements on asm for non-BIOS i386 platforms. These platforms don't have a hard limit on size of resulting code16 code, so we don't care if assembly is bigger than necessarry.
2015-02-21 19:18:18 +00:00
/* on x86 old clang doesn't support .code16 */
Test which flags make our asm compile. Previously we relied on assumption that clang always needs -no-integrated-as but it's not always true.
2015-02-21 15:29:28 +00:00
.code16
Relax requirements on asm for non-BIOS i386 platforms. These platforms don't have a hard limit on size of resulting code16 code, so we don't care if assembly is bigger than necessarry.
2015-02-21 19:18:18 +00:00
movb
%
a
l
,
%
b
l
Reference in a new issue
Copy permalink