错误:Error: unsupported instruction `mov' 刚开始学汇编出现的错误 请检测你的movl指令是否写成了movl $1, $eax 寄存器应该使用%,正确写法movl $1, %eax