Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

SSE2 8x8 byte-matrix transpose code twice as slow on Haswell+ then on ivy bridge

Is there any way to tell if a variable was optimized out?

Compile Assembly code that includes header files containing C-definitions

Can value of RDX in main be depended upon when linking assembly app against glibc

assembly

Univeral Windows Platform C++ with x64 assembly language

c++ assembly uwp

In what program can I code and test assembly?

How can I take mod of a number in assembly in Motorola M6800

x86 assembly - compare SF and OF flags

assembly x86

Programmatically Detect Context Switch via Assembly

c windows assembly kernel

Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and bochs

Analyzing diassembled c++ code that crashes

c++ assembly c++builder-xe4

Assemble 32 bit mode instructions in elf64 format with GCC (gas/as)

Decoding i386 opcodes to instructions

assembly decode opcodes

How assembly accesses/stores variables on the stack

c assembly stack

Program counter, fences and processor re-ordering

How to compile a att syntax .asm file to an executable on linux with nasm / gcc

assembly nasm att

Why does the assembly code copy the value from %edx to %rcx before adding to the sum?

arrays c assembly gcc x86-64

How to loop inside of a MACRO in x86 Assembly [duplicate]

assembly macros x86 masm