vex_sdk::system

Function vexSystemLinkAddrGet

Source
pub unsafe fn vexSystemLinkAddrGet() -> u32
Expand description

Gets the address in memory of a linked file to the current user program, or 0, if no file is linked.

VEXos’s internal filesystem structure allows user programs to “link” other external binary packages => similar

§Safety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.