Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is the compiler generating a push/pop instruction pair?

c assembly x86 sse

How long does each machine language instruction take to execute? [duplicate]

What's going on in Apple LLVM-gcc x86 assembly?

c macos assembly x86 llvm-gcc

How does the BSWAP instruction "speed execution of decimal arithmetic"?

assembly x86 endianness

Is it possible to make decisions in assembly without using `jump` and `goto` at all?

assembly

Displaying characters with DOS or BIOS

assembly x86 dos x86-16 bios

A boot loader in C++

c++ assembly bootloader

How do I get full assembler output in gcc?

gcc assembly opcode

128bit hash comparison with SSE

Why is it good to avoid instruction branching where possible?

Returning result to eax (IA-32 Assembly language)

assembly intel x86

Automated x86 instruction obfuscation

IDE and Assembler for 8086/88

assembly ide x86-16

iOS assembly code

ios assembly arm

Which operator is faster (> or >=), (< or <=)? [closed]

GCC doesn't make use of inc

x86 assembly: Pass parameter to a function through stack

Why do we need stack allocation when we have a red zone?

What do the assembly instructions 'seta' and 'setb' do after repz cmpsb?

assembly x86 x86-64

Tiny C Compiler's generated code emits extra (unnecessary?) NOPs and JMPs