Asm/tests/i486.asm
Pierre Pronchery 35ddb30287 Allow section names to contain dots
This is still a hack unfortunately.
2018-09-08 19:59:00 +02:00

13 lines
159 B
NASM

/* $Id$ */
.section .text
/* BSWAP */
bswap %eax
bswap %ecx
bswap %edx
bswap %ebx
bswap %esp
bswap %ebp
bswap %esi
bswap %edi
cpuid /* 0f a2 */