mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Allow LOAD FRAGMENT (#1552)
This was implemented in #736 but removed after discussion in #869. Fixes #1537
This commit is contained in:
@@ -968,11 +968,11 @@ block before performing its own function.
|
||||
.Ic LOAD
|
||||
blocks can use the
|
||||
.Ic UNION
|
||||
modifier as described in
|
||||
.Sx Unionized sections
|
||||
below, but not the
|
||||
or
|
||||
.Ic FRAGMENT
|
||||
modifier.
|
||||
modifiers as described in
|
||||
.Sx Unionized sections
|
||||
below.
|
||||
.Ss Unionized sections
|
||||
When you're tight on RAM, you may want to define overlapping static memory allocations, as explained in the
|
||||
.Sx Allocating overlapping spaces in RAM
|
||||
|
||||
Reference in New Issue
Block a user