Search found 2 matches

by WorldInThe
Sat Jul 01, 2017 9:40 am
Forum: GBA Development
Topic: Assembly for GBA
Replies: 3
Views: 9254

Re: Assembly for GBA

There's not much to say honestly when I run the bin made from the assembly code through arm-none-eabi-gcc and arm-none-eabi-objcopy. It does nothing VBA gives me moving values in the disassembler but no$ won't even load the file. I can't see many things that could be an issue. I've double checked th...
by WorldInThe
Sun Jun 18, 2017 5:03 am
Forum: GBA Development
Topic: Assembly for GBA
Replies: 3
Views: 9254

Assembly for GBA

I'm having issue with a program from the GBA ASM tutorial on patater.com I don't know if it's the code not working on the newer version of the assembler, if I'm using the wrong assembler or what's going on any help would be appreciated. .arm .text .global main main: mov r0, #0x4000000 mov r1, #0x400...