Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Add 0xFFFFFFFF in x86 assembly

assembly x86

x86 partial register usage

assembly x86

FPU operations generated by GCC during casting integer to float

c gcc assembly x86-64 fpu

Atomic double floating point or SSE/AVX vector load/store on x86_64

Copying EAX to RAX higher bits?

assembly x86-64

How do I get started reverse engineering z80 machine code? [closed]

How does machine code access parameters to a subroutine call?

x86 assembly machine-code

Why assembly language is still needed if we have high level languages offering sophisticated tools? [closed]

assembly low-level

Would compiling a regex into native assembly be faster than PCRE or other Regex engines? [closed]

c++ regex perl assembly pcre

Is it possible to use 64-bit instruction in a 32-bit application on intel/64-bit win7

c++ assembly

How to do ADD/SUB signed or unsigned integer correctly?

assembly arm

How is C++ function template implemented in assembly?

c++ assembly

How to divide 16bit number by 2 in 6502 asm?

assembly 6502 c64

How to populate a 64 bit register with duplicate byte values

assembly x86 64-bit masm

unable to compile assembly: /usr/bin/ld: i386 architecture of input file `array1.o' is incompatible with i386:x86-64 output [duplicate]

gcc assembly x86 nasm

imulq and unsigned long long overflow detection in C and asm

Why is Clang automatically adding attributes to my functions?

What is vmovdqu doing here?

Is GCC broken when taking the address of an argument on ARM7TDMI?

c gcc arm assembly

what does JMP do to stack and frame pointers?

assembly x86