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

Standardize General Register, Special Register, and Memory Access Instructions #2

Open
ron-keidar opened this issue Nov 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ron-keidar
Copy link
Collaborator

Problem Description: Standardize ISA instructions that deal with reading / writing data from / to General Registers (R0 - R3), Special Registers (16-bit PC, DP, SP, BP), and memory.

E.g., currently, one cannot set the value of an SR with a GR value (only an immediate).

@ron-keidar ron-keidar added the enhancement New feature or request label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant