Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How can I create a parallel stack and run a coroutine on it?

x86 assembly instruction: call *Reg

assembly x86 call

Int to Float to Int conversion precision loss

c++ assembly floating-point

Waiting for a change on $D012 (C64 assembler)

assembly 6502 c64

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

Is it useful to use VZEROUPPER if your program+libraries contain no SSE instructions?

Defining Bytes in GCC Inline Assembly in Dev-C++(.ascii in AT&T syntax on Windows)

Is it possible to use SSE and SSE2 to make a 128-bit wide integer?

assembly sse sse2

How to convert 32-bit compiled binary to 64-bit [closed]

Difference between PREFETCH and PREFETCHNTA instructions

How can I write a "Hello World" app in assembly language? [duplicate]

assembly x86 x86-64

Tools required to learn ARM on linux x86 platform [closed]

linux arm assembly

How can I use data discovered via a memory scanner in an external program?

c assembly

Is it okay to mix legacy SSE encoded instructions and VEX encoded ones in the same code path?

assembly x86 sse avx intel

Buffer overflow appeared before it is expected

Load from a 64-bit address into other register than rax

assembly x86-64

Where is VPERMB in AVX2?

assembly x86 intel sse avx2

How to shutdown the machine? I'm building a tiny OS of my own [duplicate]

Is there something wrong with my spin lock?

Vectorizing Modular Arithmetic

c assembly x86-64 sse intrinsics