Understanding a basic assembly code with lea instruction

后端 未结 0 590
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 04:00

I have the following snippet which at the end of it I need to specify what is the value inside %rbx.

.global _start
.section .data
array: .long 0         


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