Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x87 FPOP and FCOM instructions - how do these work?

intel c assembly x86 x87

String in Assembly

string assembly

Mapped memory and SSE

How to do source level debugging of x86 code with GDB inside QEMU?

assembly subroutines get called twice without even being called from main

Can I store data in the processor cache directly? [closed]

caching memory assembly

windows process memory layout

Avoiding accidental firmware overwrite

assembly embedded avr avr-gcc

MIPS understand binary representation

assembly binary mips

what are the contents of a .lst file generated by masm program?

assembly masm

How do I use ADC in assembly?

intel assembly x86

Running binary file with qemu

assembly arm qemu

Custom SEH handler with /SAFESEH

Is there a way to force PMULHRSW to treat 0x8000 as 1.0 instead of -1.0?

Inspect register contents during mmix interactive mode

assembly mmix

FindWindow returns zero in MASM32 program even if the window exists

x86 asm, dereferenced pointer not getting updated

intel pointers assembly x86

When are segment registers modified by operating systems?

intel assembly x86 kernel

Need to multiply one XMM register by another, but with bit masked value

How come INC instruction of x86 is not atomic? [duplicate]

intel c assembly x86-64 atomic