I've succeeded with the integration of java and C++, but I don't know how to do it with asm.
Does anybody know an efficient way of calling assembly from java and vice versa?
Does anybody know an efficient way of calling assembly from java and vice versa?
I've succeeded with the integration of java and C++, but I don't know how to do it with asm.
Does anybody know an efficient way of calling assembly from java and vice versa?
Same as you would for C/C++. Use callable dynamic libraries (e.g. dll) and make sure that exported/external names are properly decorated.
I know very little Java, just enough to avoid it, so I point you to THIS link :)
thank you!
acetyl,
Look at the following thread, in fasm syntax, by the author of fasm--the flat assembler!
http://board.flatassembler.net/topic.php?t=6367
hth,
farrier
Look at the following thread, in fasm syntax, by the author of fasm--the flat assembler!
http://board.flatassembler.net/topic.php?t=6367
hth,
farrier