We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change from #11 breaks assembler.
mips64-elf-as -march=vr4300 -mabi=32 -I include -I build/us --defsym F3DEX_GBI=1 -o build/us/asm/code_8001F980.o asm/code_8001F980.s asm/code_8001F980.s: Assembler messages: asm/code_8001F980.s:3150: Error: invalid operands `lw $a0,%lo(D_800DC4DC)$a0)' make: *** [Makefile:206: build/us/asm/code_8001F980.o] Error 1
mk64/asm/code_8001F980.s
Line 3150 in 850e3b2
Going back to what it was makes it build.
The text was updated successfully, but these errors were encountered:
Did you mean to write %lo(D_800DC4DC)($a0) (missing ()?
%lo(D_800DC4DC)($a0)
(
Sorry, something went wrong.
Yes that was a spelling mistake. Thanks for letting us know.
No branches or pull requests
Change from #11 breaks assembler.
mk64/asm/code_8001F980.s
Line 3150 in 850e3b2
Going back to what it was makes it build.
The text was updated successfully, but these errors were encountered: