Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Borland x86 inlined assembler; get a label's address?

c++ assembly x86 turbo-c++

Developing kernels and testing them in virtual machines

Which assemblers currently support the AVX instruction set?

x86 assembly simd avx intel

Why are there so many different calling conventions?

Design Pattern For Making An Assembler

CPU instruction on multi-physical-cpu machine

assembly hardware cpu

How to interpret segment register accesses on x86-64?

linux assembly x86 x86-64

emulating thiscall in C to achieve struct functions without self-referencing

Detouring and GCC inline assembly (Linux)

linux gcc assembly hook detours

ARM Assembler - How do I use CMP, BLT and BGT?

c assembly embedded arm

Assembly x86 brk() call use

How to use MIPS $k0 and $k1 registers

assembly mips cpu-registers

Shadow space example

What are the return values of system calls in Assembly?

Related to C++ and Assembly, what is ebp+8?

Compiler generated unexpected `IN AL, DX` (opcode `EC`) while setting up call stack

What's the expected behavior of stack protection with statically-sized arrays?

c++ linux gcc assembly

In x86-64 asm: is there a way of optimising two adjacent 32-bit stores / writes to memory if the source operands are two immediate values?

Keeping your code in L1 cache

Trouble understanding an x86-64 function preamble