Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

shellcode: pass arguments to execve in x86_64 assembly

c assembly shellcode

Intel MPX, BNDSTX, BNDLDX

pointers assembly intel

Is it possible to use memory barriers only on the storing side

Native android development without any java?

android c++ c assembly native

Seg fault...on hello world

How do I convert a signed 8-bit byte to a signed 16-bit integer in assembly?

assembly arduino int byte avr

Is placing code and read-only data it uses right next to each other a good idea?

How can the timer interrupt be 0x08 if the first 32 interrupts are reserved for exceptions?

Why does using jmp prevent the Clang assembler from figuring out an absolute expression for .fill?

Any advantage of XOR AL,AL + MOVZX EAX, AL over XOR EAX,EAX?

c++ assembly x86

Is there a way to get a nice output for the flags register using lldb?

assembly lldb disassembly

Long nop instructions in nasm

assembly x86 nasm

Relocation R_X86_64_PC32 against symbol when calling function from inline assembly

c gcc assembly

The probability of selected EFLAGS bits

assembly x86 flags parity

How read coprocessor registers in ARM architecture

c assembly arm

Optimization of fenced memory stores on x86 CPU

Linking two or more assembly files

How does MIPS I handle branching on the previous ALU instruction without stalling?

Speed up large modular multiplication in base 2^8 without multiplier

Assembly does reading a plane in mode x needs a different output to the VGA ports from writing?

assembly x86 dos x86-16 vga