码迷,mamicode.com
首页 > 其他好文 > 详细

计算机硬件操作

时间:2015-09-17 17:30:38      阅读:161      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!