Skip to content
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

Random access memory #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Random access memory #39

wants to merge 4 commits into from

Conversation

bobbinth
Copy link
Contributor

This PR will attempt to add support for random access memory. This requires:

  • Move PUSH operation out of high-degree operation class into its own class.
  • Add MEMRR operation to high-degree operation class.
  • Add memory state register.
  • Add MLOAD and MSTORE machine instructions to low-degree instruction class.
  • Define load and store assembly instructions.
  • Update external interfaces.
  • Update documentation.

@bobbinth bobbinth linked an issue Aug 23, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for random access memory
1 participant