Jump to content

[FE7] ASM Error [Solved]


Shamison
 Share

Recommended Posts

So I tried compiling an .asm file with the Assemble ARM batch program I got through blazers Ultimate Tutorial and got this https://gyazo.com/215e9171e02cd41e703884d8fe5d11de. It only produced the .symbols file. And the code I was using is a modified force Hector hard Mode that I was using to test the compiler.

.thumb
.org 0x00
ldr r1, =0x0202BC13
mov r0, #0x03
strb r0, [r1]
ldr r1, =0x0202BC0C
mov r0, #0x40
strb r0, [r1]
bx r14

Edited by Shamison
Link to comment
Share on other sites

you need to install devkit pro

"Assemble ARM.bat" doesn't actually do anything other than automate an otherwise somewhat annoying process that involves multiple programs from devkitARM

Edited by CT075
Link to comment
Share on other sites

I did install Devkit Pro and made sure to do the custom installation and check everything. That is why I have not been able to figure out the problem.

Is it possible I need to edit the batch file to correspond with where my devkit pro is installed?

Edited by Shamison
Link to comment
Share on other sites

the apps might have the prefix "arm-none-eabi" instead of "arm-eabi" (so it'd be "arm-none-eabi-as")

you'd have to check your own devkitpro installation to figure out which

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...