List Question
20 TechQA 2024-03-28T14:56:26.557000Why does MSVC never return struct in RAX for member-functions?
183 views
Asked by Juliean
Ensuring x64 compliance of custom ASM-function in clang-cl
56 views
Asked by Juliean
Calling Rust functions from inline assembly and calling conventions
90 views
Asked by Derek C.
assembly code have a mistake Run-Time Check Failure
57 views
Asked by Zarzd
Force GCC to return floats in integer registers
108 views
Asked by DarkAtom
Preventing Arm Neon d8-d15 spilling in a function
43 views
Asked by Aki Suihkonen
Type-traits for handling structs in Windows x64 calling convention
123 views
Asked by Juliean
How to avoid infinite loops in a function call in assembly?
63 views
Asked by Nom
internal registers, difference between temporary and argument-registers
52 views
Asked by Kaihan Khairuddin
How do callee-saved registers work? Who should push the original value onto the stack?
85 views
Asked by Xuan Chen
ROP - The use of the jmp esp
150 views
Asked by Jacopo Bracaloni
x86-64 size of parameters pushed on stack
50 views
Asked by fgh
Where is the "%d\n" format string stored and how does GCC pass it to printf on x86-64?
56 views
Asked by koiboi
x86 Assembly subroutines - understanding how to return local var struct using only 1 register
112 views
Asked by nhanphamdev
Retrieve arguments 5 & 6 from a C++ function call in masm proc
58 views
Asked by Jacob Krieg
Is there any library exporting APIs with different calling conventions?
42 views
Asked by mara004
Why does this code print different values compiled by clang and gcc?
92 views
Asked by gaver879
Want to Call a method from the Main twice and display the two outputs
43 views
Asked by Don Boss
Why does using the %ebx register cause a segmentation fault in my assembly code
95 views
Asked by Seizh7
MASM Frame not in module the current stack frame was not found in a loaded module
37 views
Asked by Joey Soroka