02-28-2021, 05:26 PM
(02-27-2021, 02:55 AM)einar Wrote: Bump!
Any chance this is going to be implemented?
This is "on hold" (FUNC/SUB ... AT) because it's very platform dependent and I'm moving towards an arch-agnostic compiler.
Instead, in the future, a linker will do the final obj linking, and the developer could specify a memory-map of for functions and modules (that is, specifying where the code should be placed in memory).
Also remember you can call asm code directly with USR <address>.
For the moment your solution is the best I can think of...

I'm currently working hard in namespaces and modules to allow obj files and code relocation.