Page 1 of 1

Exporting ARM Assembler function from DLL

PostPosted: Apr 8, 2008 @ 9:26am
by drgoldie
Is it possible to directly export a function written in ARM assembler from a DLL without a using C wrapper function?

I've got a very basic primitive that I need to export and I'd like to skip the overhead of another redirection.