开发者

Instruction error while learning assembly

开发者 https://www.devze.com 2023-02-05 23:00 出处:网络
So I\'m trying to learn some x86 assembly, I\'m using NASM as my complier. I have this code that I\'m working on, but when I compile, I get an error.

So I'm trying to learn some x86 assembly, I'm using NASM as my complier. I have this code that I'm working on, but when I compile, I get an error.

$ nasm -f bin -o myfirst.bin myfirst.asm
myfirst.as开发者_JAVA百科m:46: error: parser: instruction expected

Any idea whats wrong? Thanks!


you typed 'mv' instead of 'mov' on line 46

0

精彩评论

暂无评论...
验证码 换一张
取 消