Hi list, I want to load a .c32 ELF module at runtime for my module at a specific address. Let?s say, I have a module setup.c32, and this module needs to load app.c32 at a specific address, with symbol references fully resolved (so, no variable reference using file offset). How can I do this? Thanks, Tu.