Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

"Art of Exploitation" disassembly example isn't the same (C code) [duplicate]

c assembly disassembly

with RIP-addressing, why x86-64 still need relocations?

Arm Assembly - Calling function with more than 4 arguments

assembly stack arm disassembly

Outputting integers in assembly on Linux

assembly x86 nasm

Why dont use the AVX Registers as a ultra fast cache?

How do the operations LDA, STA, SUB, ADD, MUL and DIV work in Knuth's machine language MIX?

assembly knuth taocp

How to re-use C structs in ARM assembly in a maintainable and readable way?

c assembly struct arm

Why does ICC unroll this loop in this way and use lea for arithmetic?

c++ assembly x86-64 icc

Can the LSD issue uOPs from the next iteration of the detected loop?

Linux process stack overrun by local variables (stack guarding)

Utilizing the LDT (Local Descriptor Table)

c assembly x86

Outputting Hello World in MASM using WIN32 Functions

winapi assembly masm masm32

Why does .NET use SIMD and not x87 for math operations not intrinsic to SIMD?

How can I trap to the debugger and continue on iOS hardware?

MIPS: Why do we need load byte when we already have load word?

Link between instruction pipelining and cycles per instruction

How to force NASM to encode [1 + rax*2] as disp32 + index*2 instead of disp8 + base + index?

C64 Assembly Rendering a Sprite

assembly 6502 c64 commodore ca65

Is there assembler REPL under linux?

Stack segment in the MikeOS bootloader

assembly bootloader