Java and assembly  
Author Message
Jean Pierre Daviau





PostPosted: 2006-11-5 0:03:00 Top

java-programmer, Java and assembly HI everyone,

Is there a possible relation between Java and assembly language like ther
is with JNI?

--
Thanks for your attention.

Jean Pierre Daviau

 
Tor Iver Wilhelmsen





PostPosted: 2006-11-5 17:03:00 Top

java-programmer >> Java and assembly "Jean Pierre Daviau" <email***@***.com> writes:

> Is there a possible relation between Java and assembly language like ther
> is with JNI?

Well, native code using the C APIs for JNI gets compiled to the same
level that assembly is, so I guess you could implement something in
assembly that presented the same interface to Java's native "hooks".
But it would be more work than simply using C.
 
Jean Pierre Daviau





PostPosted: 2006-11-5 21:12:00 Top

java-programmer >> Java and assembly Hi,
long time I did not post here ...

why am I so complicated?
No no! Dont give me the answer!

JP