Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Automatically generate xmm register name in a gas macro?

assembly x86 gnu-assembler sse

Can this Linux / 32bit x86 assembly "Hello, World" be made smaller still?

assembly code-golf

Assembly error when compiling a C file under Linux

c assembly

Pipelining in assembly

assembly mips

Could someone explain about large fs:0?

Efficiency between pointer and array(less assembly instructions doesn't take less time) [duplicate]

How can I dynamically hint a branch target to an x64 CPU?

Getting large drive structure information in DOS 7.x

c++ assembly dos

Conversion to branchless of consecutive if statements

Trying to create a windows 8 syscall callgate function

c++ windows assembly

Best way to compute max mask of sse var

Getting Fewest Instructions for `rsqrtss` Wrapper

c++ gcc assembly icc

g++ handling of copying a std::complex

c++ gcc assembly

Is there any valid use for a sign-preserving left shift?

assembly bit-manipulation

Cortex M - Atomicity of IRQ disabling

assembly arm cortex-m atomic

Mode X in Assembly x86-16, Why is plane 1 not printing and all the other planes are not in the correct order?

assembly graphics dos x86-16 vga

When does stack grow? How does OS know when to grow stack?

c assembly memory x86 abi

How can I get the compiler to output faster code for a string search loop, using SIMD vectorization and/or parallelization?

Within a DLL, how is the function table structured?

windows dll assembly

How can I transpose an image in Assembly?