Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Displaying each assembly instruction executed in gdb

debugging assembly gdb freebsd

Does a compiler always produce an assembly code?

Is it possible to access the overflow flag register in a CPU with C++?

What is the ".s" suffix in x86 instructions?

assembly x86 x86-64 att

Calling a non-exported function in a DLL

c++ dll assembly function

How is concurrency done in Intel x86 assembly?

assembly concurrency intel

What is the fastest way to test if a double number is integer (in modern intel X86 processors)

c optimization assembly x86 sse

Instruction decoding when instructions are length-variable

I want to create a simple assembler in C. Where should I begin? [duplicate]

c assembly x86 x86-64 low-level

Plain C++ Code 10 times faster than inline assembler. Why?

c++ performance assembly

What are the exhaustion characteristics of RDRAND on Ivy Bridge?

assembly x86 x86-64 intel rdrand

How can I create a sleep function in 16bit MASM Assembly x86?

How to check if a signed integer is neg or pos?

assembly x86

x64 instruction encoding and the ModRM byte

How to single step ARM assembly in GDB on QEMU?

linux assembly gdb arm qemu

What gets compared to what in the cmovl opcode?

assembly compare

Simplest way to remove something from the FPU stack

assembly x86 x87

What is argument push order

assembly push arguments

What is pipelining? how does it increase the speed of execution?

C++ CodeBlocks disassembly; Way too much code?

c++ assembly x86