#3026 - Saj - Sun Feb 16, 2003 7:05 pm
I just completed day 1 of Gbaguy's assembly tutorial (Recommended to me by loads of people -thanks GBA-Guy) but I can't get the red dot to appear.
the code I typed is ;
The assembler I used is goldroad 1.7.
and the emulater I used is VisualboyAdvance (windows xp)
any help...
the code I typed is ;
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 |
The assembler I used is goldroad 1.7.
and the emulater I used is VisualboyAdvance (windows xp)
any help...