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

Implement disassembler #2

Open
KiwiGrenade opened this issue Sep 3, 2024 · 0 comments
Open

Implement disassembler #2

KiwiGrenade opened this issue Sep 3, 2024 · 0 comments
Assignees

Comments

@KiwiGrenade
Copy link
Owner

Emulators work by doing mainly 3 things in order:

  1. Fetch
  2. Decode
  3. Execute

This task takes care of #2 - decode.
After reading data from memory the program has to decide on what to do next based on data it has receieved.

@KiwiGrenade KiwiGrenade self-assigned this Sep 3, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant