Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

mov instructions with byte destination for immediate to memory

checking memory access x86-64 assembly

assembly x86-64

Stack memory in a freestanding environment

Intel 8080 instruction... what is the etymology of the "DAD" instruction mnemonic?

Is this assembly code generated complete?

emu8086 giving wrong remainder for div r16 with non-zero DX upper-half dividend [duplicate]

write a processed bitmap image to a file

assembly bitmap x86 masm masm32

INT 13, AH=42h fails with AH=1, CF=1

How to set color when calling printf in assembly

Implement bit operations only by ADD, SUB, MUL and DIV instructions

Calculator using 2 stacks

How can I call this x86 ASM CALL in C++ with typedef or inline

c++ assembly x86 inline typedef

what does "iterations" mean in "perf report -b --branch-history" (of perf record -b -g)

"Missing" arithmetic instructions in Tilera and SSE. How are the operations done?

why does optimized virtual calls point to same address in hotspot jit assembly?

java assembly jit jvm-hotspot

Can an x86 CPU read the value of any register while in user mode?

MIPs program to reverse a string using stack

assembly mips