Click to See Complete Forum and Search --> : Assembly and C


slypopoxy
March 29th, 2006, 01:31 AM
I am new to the assembly world. I am trying to use assembly with C . how do i integrate assemmbly with C.
How do i pass the parameter.
How do i access the arrays passed to the assemlby part of the program.
I am using İntel- base and NASM

sreehari
March 29th, 2006, 03:51 AM
Here is a good link abt NASM
NASM Links (http://scienceholdings.com/links/NASMLinks.htm) really helpful :thumb:
regards

Jackyquah
March 29th, 2006, 09:39 AM
You should know Calling convention (http://en.wikipedia.org/wiki/Calling_convention).