Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does the compiler generate such code when initializing a volatile array?

c assembly compilation

Exact copy of machine code runs 50% slower than the original function

Building a Control-flow Graph using results from Objdump

Speed up x64 assembler ADD loop

How much does function alignment actually matter on modern processors?

What's the difference between the .asciz and the .string assembler directives?

static code analysis for assembly language

How can I perform 64-bit division with a 32-bit divide instruction?

What bytecode library when controlling line numbers?

ASM call conventions

Iterating through and modifying a string in MIPS

string loops assembly mips

How can I create a parallel stack and run a coroutine on it?

x86 assembly instruction: call *Reg

assembly x86 call

Int to Float to Int conversion precision loss

c++ assembly floating-point

Waiting for a change on $D012 (C64 assembler)

assembly 6502 c64

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

Is it useful to use VZEROUPPER if your program+libraries contain no SSE instructions?

Defining Bytes in GCC Inline Assembly in Dev-C++(.ascii in AT&T syntax on Windows)

Is it possible to use SSE and SSE2 to make a 128-bit wide integer?

assembly sse sse2

How to convert 32-bit compiled binary to 64-bit [closed]