在MIPS中将整数读入局部变量 [英] Reading an integer into a local variable in MIPS

查看:247
本文介绍了在MIPS中将整数读入局部变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在MIPS中将整数读入局部变量?是否有可能?问题要求我使用将整数变量分配为局部变量的概念. #我的教科书中的一个问题.顺便说一句,不是功课!

How can I read an integer into a local variable in MIPS ? Is it possible? The problem asks me to use the concept of assigning integer variables as local variables. #A question from my text book. And by the way , not a homework!

先谢谢您! :D

推荐答案

li $v0, 5
syscall
move $t0, $v0

该值现在在$ t0中.这将从控制台读取整数.

The value is now in $t0. This will read the integer from the console.

这篇关于在MIPS中将整数读入局部变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆