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

CPU microcoding #1

Open
tsalvo opened this issue Apr 6, 2024 · 0 comments
Open

CPU microcoding #1

tsalvo opened this issue Apr 6, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@tsalvo
Copy link
Owner

tsalvo commented Apr 6, 2024

the CPU might have some room for simplification. currently the instructions are all unique, and have specific if - else statements to adjust a result type, depending on the current cycle.

investigate a microcoding approach that could allow some shared operations and a common way to define them.

@tsalvo tsalvo added the question Further information is requested label Apr 6, 2024
@tsalvo tsalvo self-assigned this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant