mov fileName - error: invalid combination of opcode and operands

后端 未结 0 1931
抹茶落季
抹茶落季 2021-01-04 00:08

Hi have a program in NASM and in this part of the code

section .data
fileName dq 1

section .text
global _start
_start:
    xor rax, rax
    xor rcx, rcx
             


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