Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

LIFO stack algorithm design

assembly stack algorithm

MIPS integer Sandy Bridge

assembly x86

MIX DIV operator, and Conversion of packed bytes number

assembly knuth taocp

armcc complains that `q0` is not defined compiling neon assembly

assembly arm neon armcc

Calling an assembly function from C

c assembly x86-64

How to add two stored values by load in assembly using 1 addressing mode?

assembly 6502

Is it possible to sum every 3 neighbouring elements in an array and make each of them equal to the sum using vector instructions?

assembly x86 simd avx

How can I get IDA Pro to "see" xrefs to a string?

assembly ida

Square a number in NASM assembly without multiplication

assembly x86 nasm

Null bytes in shellcode?

assembly shellcode

How to "remove" bytes at the end of a SSE register?

assembly x86-64 sse att

Calculation of the Virtual Adresses in Portable Executable

gcc compile stages with debug options

c++ assembly gcc gdb

Fast stack switching under x86-64

c linux windows assembly x86-64

How to fix "Expecting pointer type" and "symbol already different kind" in macros

assembly x86-16 tasm

Software Watchdog Timer resets MPC875 CPU too fast

Building ARM assembler vorbis decoder lib 'Tremolo' for iPhone

iphone arm assembly vorbis

x86 code to read in input into a local variable?

c assembly x86 scanf nasm

how to use 32-bit registers in emu8086 with fasm assembler

assembly