Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What exactly does the lb instruction do?

assembly mips

Instruction sequence that does the same thing as push

assembly x86 stack x86-16

Converting hexadecimal HTML-color to Amiga colorregister hex (and back)

html assembly hex 68000 amiga

How can I check the commands the given shellcode executes?

how does LEA and several instruction work? [duplicate]

assembly x86

What prevents the callee from cleaning up the stack?

How and where can I write ARM Assembly codes in Embarcadero Delphi XE5 with Android?

delphi mobile assembly arm llvm

Pointer for the first struct member list in nasm assembly

assembly x86 nasm

need help understanding the movzbl call in this function

c assembly x86

Does the java compiler assemble?

java assembly bytecode

How can a single sqrt() runs twice slower than when it was put in a for loop

What does the Commodore PET BASIC assemble starting from $00C2?

assembly jit 6502 commodore

Convert GCC Inline Assembly CMOV to Visual Studio Assembler

Purpose of ARM parallel instructions ASX and SAX?

Error: operand size mismatch for `movq'

assembly x86-64

How _mm_prefetch works?

Memory access error sys_rt_sigaction (signal handler)

why use or instead of cmp when checking against 0 [duplicate]

assembly x86

The variable name defined in .bss section can not be found in gdb

Reverse-engineering a virtual method that only XORs the low byte of EAX before returning