mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
add ability to set things to iwram explicitly
This commit is contained in:
parent
066088a74c
commit
f7fb4aff45
1 changed files with 3 additions and 0 deletions
3
gba.ld
3
gba.ld
|
@ -34,6 +34,9 @@ SECTIONS {
|
|||
.iwram : {
|
||||
__iwram_data_start = ABSOLUTE(.);
|
||||
|
||||
*(.iwram .iwram.*);
|
||||
. = ALIGN(4);
|
||||
|
||||
*(.data .data.*);
|
||||
. = ALIGN(4);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue