Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Given return address, how to get the address of the function?

c assembly x86

MSR CPSR_C, #0x13 doesn't work using ARM assembly?

assembly arm cortex-a8

GCC access memory above stack top [duplicate]

assembly gcc x86-64 sse red-zone

ADDC versus ADD

assembly 8051

Signalling NaN was corrupted when returning from x86 function (flds/fstps of x87)

linux gcc assembly fpu x87

How to access delphi open array parameter in inline assembly

How to do a naked function and inline assembler in x64 Visual C++

c++ c visual-studio assembly

8086 OS-less programming; segmentation

assembly nasm x86-16

What is the difference between defining string as bytes (db) and defining strings as words/double words(dw/dd) in x86

linux assembly x86 nasm

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