سؤال

I'm trying to compile asm-xml. But I'm getting the following error:

error: illegal instruction.

The affected line is:

section '.asmdata' writeable

Anyone could help me to fix this iisue?

Thank you in advance,

Greetings F

هل كانت مفيدة؟

المحلول

You're compiling the wrong file. You should be compiling the assembly file that corresponds to your platform, elf.asm or win32.asm. asm-xml.asm is not in itself a complete assembly program.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top