Giter Site home page Giter Site logo

mars_buaa's People

Contributors

eadral avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mars_buaa's Issues

Bug反馈

在无流水线延迟槽的设置下运行如下的汇编程序,当执行到第 12 行 beq $t3 $t4 b2 (机器码为 116c0002 ,PC 地址为 00003020 )的分支指令时,由于 $t3$t4 不相等因此应顺序执行下一行的 b1: sw $t3 8 ,此指令可产生一个写入 DM 的行为,但在此版本的 Mars 中,执行完 beq 之后直接执行了 j end1 ,紧邻 beqsw 指令被跳过了,导致该 Mars 的输出结果不正确。

发生该 bug 的汇编程序如下:
test1.asm.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.