Giter VIP home page Giter VIP logo

coffeemips's People

Contributors

ahrm avatar alirezahafez avatar barooni avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ahrm peacesoul

coffeemips's Issues

sometimes jumps don't work

Sometimes j instructions jump to the beginning of the code instead of the specified label.
for example:

add $zero,$zero,$zero
add $zero,$zero,$zero
add $zero,$zero,$zero
j label1
j label2
j label3
j label4
j label5
j label6
j label7
label1:
j label2:
label2:
j label3
label3:
j label4
label4:
j label5
label5:
j label6
label6:
j label7
label7:
j label8
label8:
j label9
label9:
j label10
label10:
j label11
label11:
j label12
label12:
j label13
label13:
j label14
label14:
j label1
j label10
label10:
j label11
label11:
j label12
label12:
j label13
label13:
j label14
label14:
j label15
label15:
j label16
label16:
j label1

what function 92 does ?

From what I understood, function 92 is supposed to tell whether this is the first time OS is running. But it is not working.

Notice: Please add break; after case 1

That segment of code relate to interrupt handling in Computer.java we must put break; at end of the case1 because this case have 2 case.
It is kind of notice for developer not an issue.

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.