Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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)

Question about unsigned int in c [duplicate]

c x86 assembly unsigned

What does an ELF relocation in .bss, but relative to .bss, mean?

assembly linker elf

C allocated space size on stack for an array

c assembly x86 gdb

From bootsector to C++ kernel

Signed overflow detection on 8080

Segmentation fault when using DB (define byte) inside a function