Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
394 views

Help with GBA ARM assembly program

I tried to modify this ARM assembly program (see bottom of the page) to use subroutines. It should display a red screen on the GBA (and compiling the example program it actually does, so it's not a ...
0
votes
0answers
16 views

Universal Netbeans Run Config

My computer science class requires certain run configuration settings for C projects and the recommended method is to create basically a blank project with the configuration settings then just copy it ...
0
votes
1answer
149 views

Writing PSRAM in EZ Flash 3 in 1

I am trying to figure out how to program the PSRAM in the GBA sized EZ Flash 3 in 1 card. Basically repeat what GBA Exploader and other programs do. If I select a block and program it then read it ...