Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

possible to do if (!boolvar) { ... in 1 asm instruction?

intel c assembly x86

Getting the compiled asm of .NET application in Mono

.net assembly mono clr jit

does unrolling loops in x86-64 actually make code faster?

How generate pseudo-random numbers in uniform and gaussian distribution without float/double numbers?

c++ c algorithm assembly

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

intel c assembly x86-64 atomic