Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Get back the assembly level code from exe files?

assembly

What is the difference between jmp and ja?

assembly x86

What does "jb" signify if preceded by an "add" command?

An efficient way to do basic 128 bit integer calculations in C++?

Toy OS Filesystem [closed]

How to know if ARM or Thumb mode at entry point of program

Linking an assembler program: error "undefined reference to `printf'"

How do I make space for my code cave in a Windows PE 32bit executable

Displaying text video memory at 0xb8000 without using the C library

What is the GS register used for on Windows? [duplicate]

windows assembly x86

How does the C++ compiler know which CPU architecture is being used

c++ assembly

GCC Inline-Assembly Error: "Operand size mismatch for 'int'"

How can I turn an odd number even, or vice versa, in Motorola 68000 Assembly?

Are x86 Assembly Mnemonic standarized?

C - How to create a pattern in code segment to recognize it in memory dump?

c assembly embedded

Assembly (or NASM) annoying problem

linux assembly gdb nasm

Cortex-M3 Initialisation

assembly cortex-m3 stm32

What methods for using control flow are there in 6502?

Basic OS X Assembly and the Mach-O format

Instruction Decoding in x86 architecture [closed]

c++ c assembly x86 decode