<<< Declaring Parameters with the PROC Directive | Index | Local Variables and EBP, Base Pointer Access to Stack >>> |
If arguments for a procedure are pointers, the assembler does not pass the actual values, it passes the pointers.
Program must explicitly treat the argument as a pointer to get to the data.
Sample code: pointer_args.asm
<<< Declaring Parameters with the PROC Directive | Index | Local Variables and EBP, Base Pointer Access to Stack >>> |