@ -9,7 +9,7 @@ ifeq ($(ARCH),x86_64)
INTEL=1
BIT=64
BIT_OPT=-m64
LOW_ASM_SRC=src/asm/low_x86-64.asm
#LOW_ASM_SRC=src/asm/low_x86-64.asm
ASM=nasm -felf64
endif
ifeq ($(ARCH),x86)
@ -17,7 +17,7 @@ ifeq ($(ARCH),x86)
BIT=32
BIT_OPT=-m32
LOW_ASM_SRC=src/asm/low_x86.asm
#LOW_ASM_SRC=src/asm/low_x86.asm
ifeq ($(ARCH),armv7l)
CPU=arm