Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些汇编代码给了我错误:
通过 2 检测到的错误
它以红色突出显示halt末尾的命令。如果我按“确定”,程序会打开,但是当我尝试运行它时,我认为它的行为与我预期的不同(更多周期)。
halt
代码:
.data .text main: ld $s2, 0($s1) ld $s1, 40($s6) dsub $s6, $s1, $s2 dadd $s6, $s2, $s2 or $s3, $s6, $zero sd $s6, 50($s1) halt