When I compile my code with nasm -f elf64 -o I get the error “parser:instruction expected”

前端 未结 0 452
误落风尘
误落风尘 2020-11-28 02:57

I\'m trying to calculate a * x^2+b * x+c, with a,b,c,x known. I\'m building this code in Linux. When I assemble my NASM code with nasm -f elf64 -o I get the er

相关标签:
回答
  • 消灭零回复
提交回复
热议问题