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