Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How does a processor without an overflow flag perform signed arithmetic?

How to print the length of a string in assembly

assembly x86 nasm

Swap most significant byte and least significant byte in assembler

Can the MIPS register $0 be used to store and retrieve values?

assembly mips glibc

where goes the ret instruction of the main

c assembly x86 return