#59957 - spencer723 - Sat Nov 05, 2005 11:06 pm
I was wondering if anyone could post where I could find a newer version of the Goldroad compiler. The Goldroad site isn't working for me and Im just starting to work with GBA ASM development and I have a really old version. Thanks in advance. I have an older version right now and I don't know if it's my code or the compiler thats not working. Here is my code:
And I get the errors:
Code: |
@include screen.h @textarea ldr r1,=REG_DISPCNT ldr r2,=(BG2_ENABLE|MODE_3) str r2,[r1] ldr r1,=0x0FF ldr r2,=vram+2410 str r1,[r2] label1 B label1 @pool @endarea |
And I get the errors:
Code: |
05/11/2005 5:24:20 PM error : line 13 : label not found ldr r2,=(BG2_ENABLE| error : line 13 : label not found ldr r2,=(BG2_ENABLE|MODE_3) error : line 16 : label not found ldr r2,=vram+ assembled with 3 errors |