Giter VIP home page Giter VIP logo

armescpu_old_rust's Introduction

armescpu_old_rust's People

Contributors

theperkinrex avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

armescpu_old_rust's Issues

Make .mmap files encode the bytes themselves

That would make it a binary file. Or maybe only store them as hex instead of binary.
The files could have a header, like the one they have right now, that specifies the address length and data length.
Something like:

!4:8

And then the data, read be the lengths specified

Make instructions 2 bytes long

This is so that there can be more instructions (because now instead of 4 bits, they're a byte long), and ram addresses can be 1 byte long instead of 4 bits.
Benefits:

  • 15 -> 255 instructions
  • 15 -> 255 RAM addresses
    Drawbacks:
  • Rewriting the code
  • Instructions now occupy 2 RAM addresses instead of 1

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.