Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How to install and use GAS (GNU Compiler) on Linux?

Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?

C to assembly call convention 32bit vs 64bit

c linux assembly x86 x86-64 intel

Not sure why we add the registers %rdx and %rax when the assembly code has been using %eax and %edx

assembly x86

What's the low-level difference between a pointer an a reference?

Drawing a stack frame for x86 assembly

assembly x86

Can modern x86 implementations store-forward from more than one prior store?

GCC inline assembler, mixing register sizes (x86)