Giter Club home page Giter Club logo

thebestisa's People

Contributors

alikabeel avatar amanallahrafat avatar mohamedk1 avatar sarahmed avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

thebestisa's Issues

Memory Issues

Fix memory to be 2048 in size total.
Now data are stored from addresses 1024 to 2047 inclusive you need to always offset and give an error if memory is out of bound.For instance if you want to read/write from address 8 it should be read/write in address 1024+8 (1032). Also don't forget to handle the case that the address is given already >1024 in the case a Memory out of bound message should be displayed telling user an error has occurred. For instance a user trying to read from 1025 should get an error since offsetting 1025 with 1024 is out of the range.

Update PC

Change update PC after Branch/Jump to be in memory stage not WB stage

Check regdst

Check regdst to choose rt or rd as destination in the decode stage.

Bug in main

Instructions are not executed correctly or till the end due to logical bug in stopping condition in the loop

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.