Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Use label in assembly from C

c gcc assembly nasm

What Does Windows Do Before Main() is Called?

Why REP LODS AL instruction exists?

assembly x86 intel amd

Assembly mod algorithm on processor with no division operator

algorithm assembly division

what does the cmpq instruction do?

assembly x86 x86-64

Copying a bool from a parameter to a global - comparing compilers output

Building an assembler

c# assembly

How can I get an assembly language listing of my Arduino Sketches on Windows?

windows assembly arduino

GDB no such file or directory

c linux debugging assembly gdb

Why doesn't GCC optimize this call to printf?

What are these seemingly-useless callq instructions in my x86 object files for?

IDA pro asm instructions change

How do I interpet this x86_64 assembly opcode?

assembly x86-64

Which inline assembly code is correct for rdtscp?

Using C/Intel assembly, what is the fastest way to test if a 128-byte memory block contains all zeros?

Why is ONE basic arithmetic operation in for loop body executed SLOWER THAN TWO arithmetic operations?

How can I pass parameters in assembler x86 function call?

mov instructions & registers - confusion !

assembly

Hotspot7 hsdis PrintAssembly Intel Syntax

java assembly jvm-hotspot

How to draw a pixel on the screen in protected mode in x86 assembly?

memory video assembly x86 pixel