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

Warn a function is hand-written if it contains certain instructions #92

Open
ethteck opened this issue Mar 10, 2021 · 1 comment
Open

Comments

@ethteck
Copy link
Contributor

ethteck commented Mar 10, 2021

Many people, myself included, might not necessarily be aware when a function is hand-written. If a function contains add, sub, or addi, though, it definitely is. We should still support these but warn the user the function is hand-written if it contains any of them.

@JoshDuMan
Copy link

To add a few more instructions/things, most based around the cache:
bal, mtc0, mfc0, tlbr, tlbwi, cache
Anything with a $k# register

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

No branches or pull requests

2 participants