Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using memory returned by call to malloc in NASM

assembly malloc nasm

Make Stack Pointer to a mmap returned pointer. (Linux, 32bit VM)

c linux pointers assembly stack

sra(shift right arithmetic) vs srl (shift right logical)

Packed and encrypted section in x86 reversing challenge, without tripping entropy heuristics

Jumping to the data segment

c macos assembly dep

Guides for Windows Assembler and an assembler compiler

assembly

Intel x86 32-bit register confusion

Most efficient way to convert vector of uint32 to vector of float?

"call" after switching to Protected Mode

assembly kernel att

How come _exit(0) (exiting by syscall) prevents me from receiving any stdout content?

How to display a number on the screen and and sleep for one second with DOS x86 assembly?

assembly x86 dos nasm bios

Memory Address Alignment

Editing assembly in WinDbg

Pseudo Instruction for Division in MIPS

assembly mips division

Inline NOPs not optimized out in LLVM

gcc assembly arm llvm

Alternative implementation of Ackermann function in C

c assembly recursion mips

Emulating Intel TSX instructions

printing Java hotspot JIT assembly code

What nonlocal effects can change the performance of a basic block?

Exactly how "fast" are modern CPUs?