mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
Explain this better because even I forgot
This commit is contained in:
parent
dfadb5ba9f
commit
84a4b4b89b
|
@ -133,6 +133,9 @@ extern "C" {
|
|||
/// Memory in IWRAM _before_ this location is not free to use, you'll trash
|
||||
/// your globals and stuff. Memory here or after is freely available for use
|
||||
/// (careful that you don't run into your own stack of course).
|
||||
///
|
||||
/// The actual value is unimportant, you just want to use the _address of_
|
||||
/// this location as the start of your IWRAM usage.
|
||||
static __bss_end: u8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue