Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

NASM declaring variable in .text section

assembly nasm

x86-64 do address calculating mov i.e mov i(r, r, i), r execute on on port 1? Or is it still p0156?

How does one opcode byte decode to different instructions depending on the "register/opcode" field? What is that? [duplicate]

How can a CPU save its register state in a context switch?

Instruction which results in 0 but isn't dependency-breaking [duplicate]

Is there another instruction similar to MOVZX, but supported on the 8086?

assembly x86 x86-16 emu8086

MASM 14: constant expected in winextra.inc

Assembly call to printf - different behavior on WSL and standalone Ubuntu 18.04 64bit

Is it possible to write an if statement in x86 assembly language?

if-statement assembly x86 masm

Why do i get `** stack smashing detected **` error?

c++ assembly x86-64

Do we need a memory acquire barrier when loading a pointer from memory?

How do I patch a Windows API at runtime so that it to returns 0 in x64?

Hello World in ARM Assembly without data section

c assembly arm shellcode

What does fs:0x30 provide in Linux?

What is the "sub $16, %rsp" instruction being used for?

Why can't we move directly 1 byte from stack's frame to register?

x86 assembly 16 bit vs 8 bit immediate operand encoding

How is FASM a low level assembler and NASM a high level assembler?

assembly nasm fasm

How to get an objdump without NUL bytes?

What is the reason for different performance of the same implementation using icc, gcc and clang?

gcc assembly x86 simd icc