Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Using LLDT and configuring the GDT for it

assembly x86 nasm osdev

Reference for x86 instructions by functionality

Buffer Overflow - Program terminates after spawning a shell

Emacs gdb - display arrow when debugging assembly

debugging assembly emacs gdb