ASM lib call in x86 C_BackEnd

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 call in x86 C_BackEnd

Post by Denis »

Fred, i'm on a little asm lib (using PB 5.73 LTS x86/x64).
I have developed the 2 versions: x86 and x64 (not fully completed).

I put the 2 lib files (x64) into folder ' PureBasic_x64_C\PureLibraries\UserLibraries '.
I tried some functions with the C_BackEnd compiler (alpha 2).
It's seems to be OK .

I wonder what call type will be used with C_BackEnd x86 version ?
A+
Denis
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: ASM lib call in x86 C_BackEnd

Post by Fred »

Supported type will be stdcall for x86, fast call won't be supported on C backend.
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: ASM lib call in x86 C_BackEnd

Post by Denis »

Merci Fred !
A+
Denis
Post Reply