首页 > 其他 > 详细

计算机硬件操作

时间:2015-09-17 17:29:06      阅读:241      评论:0      收藏:0      [点我收藏+]

2.2 Operations of the computer Hardware

Every computer must be able to perform arithmetic. 每台计算机必须能够执行运算。

The MIPS assembly language notation

  add   a,  b,  c

instructs a computer to add variables b and c and to put their sum in a.

MIPS汇编语言, add   a,  b,  c

指示计算机,相加变量a 和 b, 然合把它们的结果放在a。

 

计算机硬件操作

原文:http://www.cnblogs.com/666638zhangqiang/p/4816711.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!