标题:救急 汇编转机器码农
只看楼主
jiemazhb
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2022-3-28
 问题点数:0 回复次数:1 
救急 汇编转机器码农
哪位前辈帮忙解下下面的题。
Convert the following assembly statements to machine code:
Note: L1 is located at 2064

SUBI X1, X2, #15
LDUR X1, [X2, #64]
B L1
CBNZ X1, L1           
 

5. Write the assembly instructions for the following pseudocode

for(x=0, x<=5, x++){
    if x = 2
         y = x + 4
}
 

6. Write the assembly instructions for  (set X9 = 20 & X10 = 5

while (X9 != X10){   
  X9 = X9 >> 1;
}

 

7. Write the assembly instruction to create the constant: 1,235,456,423,213 (start with 0..0 ... 0..0 0..0 1111 0101 0000 0000)
搜索更多相关主题的帖子: the 机器码 assembly 汇编 Write 
2022-03-28 03:36
jc9669
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2018-5-22
得分:0 
2023-02-13 18:04



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-508685-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011636 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved