flat assembler
Message board for the users of flat assembler.
Index
> High Level Languages > MYSQL API |
Author |
|
srweber369 31 Dec 2006, 22:48
Has anyone here tried to access MYSQL C API using fasm?
_________________ Fasm is fun |
|||
31 Dec 2006, 22:48 |
|
IceStudent 02 Jan 2007, 08:53
Yes, I was tryed, it isn't difficult.
|
|||
02 Jan 2007, 08:53 |
|
vid 02 Jan 2007, 09:35
IceStudent: could you prepare some example which could then become official example in HLL section?
|
|||
02 Jan 2007, 09:35 |
|
tantrikwizard 02 Jan 2007, 23:38
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. |
|||
02 Jan 2007, 23:38 |
|
IceStudent 14 Jan 2007, 22:28
vid
Yes, i wrote this example. See in the attach.
|
|||||||||||
14 Jan 2007, 22:28 |
|
vid 15 Jan 2007, 06:00
thanks. i moved this thread to HLL section, and linked it from "about this thread"
|
|||
15 Jan 2007, 06:00 |
|
vid 14 Mar 2007, 10:58
IceStudent: could you post complete sources? Things like "enum" and "mec" are nowhere defined.
|
|||
14 Mar 2007, 10:58 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.