Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembler file as input for a driver build with the WDK tools

What does %c mean in GCC inline assembly code?

Building an USB peripherial

In assembler, why does the use of registers differ between addition and subtraction?

c assembly x86

Mach-O symbol stubs (IOS)

ios assembly arm mach-o

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]