-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtual processor #64
Conversation
basic running function
- Clock set up - Cache set - Ram set up
Correct error usage for: - vat2 - vterminal
- Remove unused functions - Parse line and convert in struct - Start runner
Add all arithmetic operations to the virtual processor
- Add var storage - Remove memory to forward faster
Add: Add: - mov reg to reg - mov var to reg - mov var to var - mov data to reg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Virtual Processor's files seem alright. Test files as well. Merging approved.
The register type name has been changed to avoid name type conflict on UNIX distribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems alright again. Merging approved.
Version: 0.4.0
Description:
Add a virtual processor which able to run binary actions.
This version contains: