Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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

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