Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Pushing to floating-point registers instead of stack

assembly cpu-registers

How to call cpuid instruction in a Mac framework?

xcode macos assembly x86 cpuid

how to debug an NASM assembly program requiring user input?

Calling JNI_CreateJavaVM crashes the program

Is there any good assembly generation module for Python?

python assembly emit