__stdcall is not an instruction, it is a type modifier which tells the compiler to use the "standard" calling convention for invokations of the function it applies to.

When a function is called,...