Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly immediate values

assembly x86

In 64-bit ASM. Is there a nice way of NOTing only the bottom 32-bits of a register

x86 assembly

Does CR3 change when an interrupt is fired on x86 machines?

80386 - How does the cpu choose between movzbw and movzbl

assembly x86

Generating random numbers in assembly

assembly random x86 masm emu8086

Intel FMA Instructions Offer Zero Performance Advantage

c assembly avx2 fma

Functions in our code make it slower?

Using printf in assembly leads to empty output when piping, but works on the terminal

NASM x86 using of nonexisting segment register 7

assembly x86 nasm

How do I determine if an EXE (or DLL) participate in ASLR, i.e. is relocatable?

Dlang - Understaning std.cycle() in assembly

assembly std d x86-64 abi

repz ret: why all the hassle?

What is the difference between "mov (%rax),%eax" and "mov %rax,%eax"?

emu8086 doesn't recognize my labels

Difference between MIPS and ARM datapaths

Need help understanding FF indirect call instruction x86

assembly x86 intel

strings with quotation marks in assembly

string assembly emu8086

How to read a character from standard input in DOS such that redirection works?

x87 FPU computing e powered x, maybe with a Taylor series?

Why some kernel actions cannot be written in C

c assembly kernel