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

function names in asm #14

Closed
TheoW03 opened this issue Nov 19, 2023 · 0 comments
Closed

function names in asm #14

TheoW03 opened this issue Nov 19, 2023 · 0 comments
Labels
priority features I must implement. and am actively working on.

Comments

@TheoW03
Copy link
Owner

TheoW03 commented Nov 19, 2023

some function names are similar to that of Assembly instructions.

like "add" this is a MIPS 32 instruction

what I must implement is something that concats the name of the function
like this

lacus_add.

so the assembler doesn't get confused with this.

@TheoW03 TheoW03 added the priority features I must implement. and am actively working on. label Nov 19, 2023
@TheoW03 TheoW03 closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority features I must implement. and am actively working on.
Projects
None yet
Development

No branches or pull requests

1 participant