Search found 1 match

by TheRealFluBBa
Sat Jul 06, 2019 9:31 pm
Forum: GBA Development
Topic: Data in EWRAM
Replies: 1
Views: 7763

Data in EWRAM

Trying to port some asm stuff to the GBA again and I'm having problems with including data/code in EWRAM. Is that supposed to work and in that case how do I do it? Just doing .section .ewram .incbin "somedata.bin" The rom file size shows that the data should be included but it's all zeroed...