flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
srweber369
Has anyone here tried to access MYSQL C API using fasm?
_________________ Fasm is fun |
|||
![]() |
|
IceStudent
Yes, I was tryed, it isn't difficult.
|
|||
![]() |
|
vid
IceStudent: could you prepare some example which could then become official example in HLL section?
|
|||
![]() |
|
tantrikwizard
srweber369 wrote: I am looking at the C header files for MYSQL that part looks straight forward. I'm somewhat new to assembly are rhe pointers returned in eax? nearly all return values for most all compilers are in the (AL/AX/EAX) register (except in the case of return value parameters) e.g: Code: int dostuff() { return 0x12345678; } translates into something like: Code: dostuff: mov eax, 0x12345678 ret etc. |
|||
![]() |
|
IceStudent
vid
Yes, i wrote this example. See in the attach.
|
|||||||||||
![]() |
|
vid
thanks. i moved this thread to HLL section, and linked it from "about this thread"
|
|||
![]() |
|
vid
IceStudent: could you post complete sources? Things like "enum" and "mec" are nowhere defined.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2019, Tomasz Grysztar.
Powered by rwasa.