[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David LONY <david.lony@p...> |
| Subject: | Interface between Ocaml and Assembler |
Hi all, Is it possible to interface assembler code with an Ocaml code ? I mean..is it possible to call a Ocaml function from an assembler code by using the asm instruction "call my_function" (gas asm)? Thanks a lot.