Code Monkey home page Code Monkey logo

16-bit-virtual-machine's People

Contributors

lowbyteproductions avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

16-bit-virtual-machine's Issues

Intrinsic Types

will your assembler know intrinsic types like int, float?
and if it is planned, is function overloading through name mangeling and simple oop planned?

Which CPU / Instruction set are you emulating?

Hi! Thanks for all the interesting videos - really enjoyed watching your series!

Which CPU are you using to model your VM?
Do you have a target instruction set that can be used for reference?

QUESTION: something about ADD/ROR

Hi Francis,

I noticed there's no status register. Therefore no carry.
How can we do a more-than 16bits addition ?
How can we do a ROL/ROL ?

Cheers.

Trouble understanding what the memory mapper exactly does

Hi I am following your excellent tutorial series on youtube because I wanted to learn about computers

However, I am doing this In rust a whole different language and I tried to port the memory mapper to rust but I couldn't

So I am asking for a better explanation if you can for example you have

const region = {
      device,
      start,
      end,
      remap
    };

I know start and stop are 16-bit memory addresses but I have some trouble with device and how it talks between the CPU and the memory

Kind regards Stan

Labels

when will be a part available to implement Labels?

Opcode compactness...

Hi Francis,

I was wondering why you didn't choose to encode the registers into the opcode....
You mentioned at some point you prefer not to do it I believe to have more room for choice later.
I agree.
Nevertheless, we have 16 bits for encoding.... ;)
What about having for some opcodes something like
opcode:8 reg1:4 reg2:4
?
256 possibilities for opcode are plenty, don't you think ?

Cheers.

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.