Page 1 of 1

ASM lib with private function (like in module)

Posted: Sun Jul 25, 2021 4:27 pm
by Denis
I still working on a litte asm lib (x86/64) and I'd like to have private function (only available internally) but i don't know if it is possible.
Public function are declared into desc file (descriptor file).

Anay Idea how to do that ?