Search code examples
Calling printf in extended inline ASM...

gccprintfx86-64inline-assemblycalling-convention

Read More
Calling C function fgetc from NASM, it always returns a -1...

assemblyx86stdnasmcalling-convention

Read More
Calling a function from an external file in Python...

python-3.xmatplotlib-basemapcalling-convention

Read More
How C structures get passed to function in assembly?...

cgccassemblyx86-64calling-convention

Read More
How do vararg functions find out the number of arguments in machine code?...

assemblyprintfcalling-conventionabivariadic

Read More
Compiler ignore __stdcall...

c++visual-c++calling-convention

Read More
Why is tailcall optimization not performed for types of class MEMORY?...

cgccoptimizationx86-64calling-convention

Read More
What prevents the usage of a function argument as hidden pointer?...

cgccoptimizationx86-64calling-convention

Read More
Why can't we move directly 1 byte from stack's frame to register?...

gccassemblyx86-64calling-conventionfunction-parameter

Read More
Is it possible to count the function (variable) arguments in a __cdecl with Inline ASM?...

cassemblyx86-64variadic-functionscalling-convention

Read More
Why do I get a calling convention mismatch when passing a pointer to a slice with a cdecl Rust funct...

pythonrustctypesfficalling-convention

Read More
How to multiply/divide one function to another ? How to use parameters?...

c++parameterscalling-convention

Read More
What kinds of C++ functions can be placed in a C function pointer?...

c++function-pointerscalling-conventionlanguage-bindingextern-c

Read More
What is the calling convention that clang uses?...

cassemblyundefined-behaviorcalling-convention

Read More
Array initialization optimization...

c++x86-64compiler-optimizationcalling-conventionabi

Read More
Is returning a 2-tuple less efficient than std::pair?...

c++gccclangcalling-conventionstdtuple

Read More
Passing Parameters in 64 bit Assembly Function from C language. Which Register Receive These Paramet...

cassemblyx86-64calling-convention

Read More
What size should I maintain for %rsp when alloc stack in asm, multiple of 16 or multiple of 16 plus ...

assemblyx86-64calling-convention

Read More
Segmentation fault on printf - NASM 64bit Linux...

linuxassemblyx86-64nasmcalling-convention

Read More
What happens when a class/struct is returned WITHOUT RVO?...

c++assemblyx86calling-convention

Read More
Work around windows calling convention preserving xmm registers?...

windowsassemblyssecalling-conventionabi

Read More
Is function object created by `new` constructor treated as mutable object in javascript?...

javascriptcalling-conventionfunction-object

Read More
Why are ebx, esi and edi unusable when operating with a stackframe?...

assemblyx86calling-conventionstack-frame

Read More
__cdecl calling convention not work on msvc x64...

c++windowsvisual-c++calling-convention

Read More
How can I return an array from a MIPS procedure?...

arraysassemblymipsprocedurecalling-convention

Read More
Are rdi and rsi caller saved or callee saved registers?...

assemblyx86-64nasmcalling-convention

Read More
Having a problem with calling and printing out of a class...

python-3.xclasscalling-convention

Read More
X86-64 passing float and int as arguments...

linuxassemblyx86-64calling-convention

Read More
Different asm on Windows x64 from a CS:APP x86-64 Linux example function for swapping a long...

assemblyx86-64nasmcalling-conventionwin64

Read More
Is there any way to save registers before jumping into function?...

cassemblyvisual-c++x86-64calling-convention

Read More
BackNext