Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does it branch if not equal if there is no compare instruction?

Differences between Win32 FASM .inc files

windows assembly fasm

GCC inline assembly error: Error: junk `(%esp)' after expression

To Pass The Content Of The Pointer In An Inline Assembly Function On Visual Studio

X86 switch to 32 bit protected mode

assembly x86

How do I print SVGA Info on the screen in tasm?

assembly graphics x86 tasm vga

C assembler function casting

What knowledge do you need to create a patch for your game or application?

assembly binary patch

Shifting Bits by Value in Register

Assembler code in C++ code

CCR on the 68000

Intel x86_64 assembly compare signed double precision floats

Assemble far calls or far jumps (j* instructions)

Is it possible to call into C functions from OCaml, without wrapped types?

c assembly compilation ocaml ffi

Where is the source of imprecise calculation in the assembler code of gcc -Ofast compared with -O3? [closed]

c assembly gcc x86-64 fast-math

How to build (or port?) MASM ASM files with llvm/clang?

assembly llvm nasm masm

Why doesn't copy_user_enhanced_fast_string use AVX if it is available?

Intercepting syscalls (where are args passed)