| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3839 人关注过本帖
标题:救急 汇编转机器码农
只看楼主 加入收藏
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
快速回复:救急 汇编转机器码农
数据加载中...
 
   



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

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