ASM lib with private function (like in module)

Bare metal programming in PureBasic, for experienced users
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

ASM lib with private function (like in module)

Post 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 ?
A+
Denis