You'll have to invoke the thread library for your platform from the ASM. To do this you'll have to learn the ABI for your platform and tell the linker of the appropriate library to use.
Best way to do it is do something similar to what you want from C and then tell your compiler to output ASM rather than binary code. This will give you some indication of what the ABI for the platform is.


LinkBack URL
About LinkBacks





Reply With Quote
. Out of everything in the programming language, I only understand assembler for x86 and x51. Kind of dino thing. Thanks





Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum