Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to find the "exit" of a C program

c linux assembly binary

Accuracy of rdtsc for benchmarking and time stamp counter frequency

intel linux assembly time

Writing to video memory in VGA mode 13h

assembly

How to get this simple assembly to run?

Embedded broadcasts with intrinsics and assembly

c gcc assembly intrinsics avx512

What does .byte mean in this asm line?

intel c assembly x86

How to make Eclipse disassemble the code in Intel syntax

error in backend: 32-bit absolute addressing is not supported in 64-bit mode

Calculating cost of an instruction in assembly language

Can gcc linker options change assembler instructions in the compiled binary?

Where do the compiler and assembler reside on a computer?

assembly compilation

Would having the call stack grow upward make buffer overruns safer?

Insert a new line assembly 8086

assembly x86-16

assembly lea instruction of int *q = p++ and int c = a++

intel c assembly x86

How to set ss and sp registers correctly in i386

Is the stack frame required for all functions in C on x86-64?

intel c assembly x86 stack x86-64

How to set the alignment for the .data section?

How to create a non-relocatable symbol

assembly linker

Polygot include file for nasm/yasm and C

intel c assembly x86 nasm yasm

How to use AVX/pclmulqdq on Mac OS X