Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Adding 2 two-digit numbers that results to a 3-digit in assembly

assembly

How to locate a variable correctly in AT&T assembly?

assembly ld bootstrapping att

Syntax error in MIPS assembly

assembly syntax-error mips

Make a simple CRT0 in C or assembly

c++ assembly runtime crt

`ldm/stm` in gcc inline ARM assembly

I don't understand this extend assembly inline code in C

c assembly inline-assembly

Optimizing Cortex-A8 color conversion using NEON

MIPS - Shifting register values by a numeric value

assembly mips byte-shifting

Using Assembler in C without using placeholders

Replacing function with inline assembly C

Understanding of a shellcode example

link c and assembly

c gcc assembly ld

What is the best algorithm for removing every kth character in a string of length N?

c string algorithm assembly

how to declare global float register for ARMCC

Buffer Overflow Exploit Example

Passing variable from assembler to C

-O2 optimizes printf("%s\n", str) to puts(str)

c assembly optimization clang

What parts of a PE file are mapped into memory by the MS loader?

C function parameter mysteriously drifted?

Why would identical copies of the same C loop in the same program take significantly but consistently different times to execute?