Array indexing, problems with codes 11 and 10

前端 未结 0 801
渐次进展
渐次进展 2021-01-26 20:47

I have a following code, running on the jdoodle.com:

section .text

global _start

_start:
    mov     eax, [array]
    mov     ebx, [array+1]
           


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