Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

computer on PCIe card

how and on what is a physical alarm clock programmed

assembly

Looking for the best equivalents of prefetch instructions for ia32, ia64, amd64, and powerpc

prefetch assembly

In an avr tiny, how is data meant to be stored in sram initialized when the microcontroler is powered up?

assembly avr avr-gcc

Converting GNU asm calls to VC++

visual-c++ 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

Where can I find the world's fastest atof implementation?

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