Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

CBM Program Studio Assembler syntax

assembly 6502 c64 6510

How to use the div instruction to find remainder in x86 assembly?

intel assembly x86 division

Why does the ia32/x64 opcode map document 0x66 and 0xF2 as a double mandatory prefix for opcode 0x0F38F1 (CRC32)?

Calling a function that can be either cdecl or stdcall

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

intel c assembly x86-64 atomic