This line of code doesn't make sense to me, can someone clarify it in vhdl language?

后端 未结 0 497
野性不改
野性不改 2021-01-13 14:16

Can you tell me why line 2, is: i * 8? I got this code from a book.

MOV X9,XZR // i = 0
loop1: LSL X10,X9,#3 // X10 = i * 8
ADD X11,X0,X10 // X11 = address of         


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