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

arm7tdmi: add instruction test harness #1796

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

invertego
Copy link
Contributor

No description provided.

const bool thumb = processor.cpsr.t;
const u32 length = thumb ? 2 : 4;

//tests/v1/arm_mrs.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to note the obvious: it would be nicer if these exceptions were data-driven instead of hardcoded. However, the end goal is to improve the tests (and ares in the process) and get rid of them entirely.

@LukeUsher LukeUsher merged commit 76a5f8e into ares-emulator:master Jan 28, 2025
17 checks passed
@invertego invertego deleted the arm7_test_harness branch January 28, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants