Search code examples
Does rsp stack pointer has any use in returning a value of a function call?...


c++cassemblyx86-64

Read More
subwfb in PIC 18F8722 Assembly...


assemblypicmplab

Read More
Bad BLX instruction generated when calling asm function from C function (gcc on STM32H753)...


cassemblygccarmstm32

Read More
Is there any restriction on the maximum limit in usage of stack size?...


assemblyx86

Read More
Is there alternative way of expressing .s files in gcc?...


assemblygcc

Read More
it doesn't print out...


assemblynasm

Read More
CPUID: Why must MISC_ENABLE.LCMV be set to 0 for some functions? Can I temporarily overwrite it?...


assemblyx86x86-64cpuidmsr

Read More
How to run a program without an operating system?...


assemblyx86operating-systembootloaderosdev

Read More
How to get the object from disassembler code in 64-bit app?...


c++assemblyx86-64

Read More
Time it takes to square in python...


pythonperformanceassemblytimeinteger-arithmetic

Read More
How to show a string 10 times using while loop in assembly language?...


loopsassemblywhile-loop

Read More
Implementing Quick Sort Algorithm in Visual2 with armv7...


assemblyarm

Read More
convert .bin to .img using makefile...


assemblymakefilegnu-makebootloaderosdev

Read More
Go Assembler Named Constants...


goassemblyconstants

Read More
How to force the argument size for PUSH in MASM 32-bit code?...


assemblysyntaxx86masm

Read More
correct context switching under x86-64 / Windows...


cwindowsassemblyx86-64

Read More
cannot find entry symbol _start when trying to link c main with assembly function...


clinuxassemblygnu-assembler

Read More
How to access (EntryAssemblyName).Properties.Settings in C#...


c#assemblyreflectionsettings

Read More
x86_64: When is `movzbq` preferable over `movzbl`...


assemblyx86-64

Read More
libgcc subroutines documentation for avr-gcc...


assemblyavravr-gcclibgcc

Read More
How to free the heap memory in MIPS...


assemblymipsmars-simulatorsbrk

Read More
gnu arm assembler command line macro fails with "Invalid identifier for .ifdef"...


gccassemblygnu-assembler

Read More
Make gdb display assembly instructions instead of C...


cdebuggingassemblygdb

Read More
What is the GENERIC_WRITE constant hex value in windows?...


windowsassembly64-bit

Read More
How to write a hello world kernel?...


c++cassemblyoperating-systemkernel

Read More
Will memory write be visible after sending an IPI on x86?...


assemblyx86operating-systemmemory-barriersmsr

Read More
Transition from 8-byte to 11-byte instruction lengths for local variables...


c++assemblyx86-64

Read More
Why is the stack filled with 0xCCCCCCCC?...


assemblydisassembly

Read More
What does the bracket in `movl (%eax), %eax` mean?...


assemblyx86gnu-assemblerattaddressing-mode

Read More
Are data races in assembly dangerous?...


assemblyconcurrencyx86armundefined-behavior

Read More
BackNext