Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is a processor hint?

How to use an array in RISC-V Assembly

assembly riscv

Does cmpxchg write destination cache line on failure? If not, is it better than xchg for spinlock?

How to achieve the effect of vpmovmskb on ZMM registers?

Placing an instruction in the address pointed by the reset vector using times and align NASM directives

intel assembly x86 nasm osdev

Access to PIT (?) IO ports 44h and 46h - what do those ports do?

Why would one use "ret" instead of "call" to call a method?

How Do I Execute Dalvik Op-Codes

Decompiling EXE to ASM

How can I determine the location of disassembled code within an executable?

Prefetch for Intel Core 2 Duo

assembly prefetch blas

Throwing a C++ exception after an inline-asm jump

c++ assembly exception

how do addressing modes work on a physical level?

Task management on x86

why using external c function in nasm breaks this code?

c assembly external nasm

Using memory returned by call to malloc in NASM

assembly malloc nasm

Make Stack Pointer to a mmap returned pointer. (Linux, 32bit VM)

c linux pointers assembly stack

sra(shift right arithmetic) vs srl (shift right logical)

Best Assembly IDE for Windows [closed]

ide assembly

MUL function in assembly