Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

problem in understanding mul & imul instructions of Assembly language

assembly x86 nasm

What does 0x4 do in "movl $0x2d, 0x4(%esp)"?

c assembly x86 gnu-assembler

Understanding more about i++ and i=i+1

Can compilers generate self modifying code?

Z80 ASM BNF structure... am I on the right track?

bnf assembly ebnf z80

g++ 4.6.1 compiler error: Error: unknown pseudo-op: `.cfi_personality'

Is it possible to make a custom Interrupt in Assembly?

assembly x86 interrupt

How does GMP stores its integers, on an arbitrary number of bytes?

c++ c assembly bignum gmp

mirror bits of a 32 bit word

c assembly bit-manipulation

Measure CPU speed by counting assembly instructions

what does "outb" in AT&T asm mean?

Using a virtual machine to learn assembly

assembly

How do I decompile a .hex file into C++ for Arduino?

Difference between .equ and .word in ARM Assembly?

Linux kernel assembly and logic

With variable length instructions how does the computer know the length of the instruction being fetched? [duplicate]

assembly cpu-architecture

Programming Environment for a Motorola 68000 in Linux

linux assembly 68000

LOOP, LOOPE, LOOPNE?

assembly loops x86

Equivalent for GCC's naked attribute

gcc assembly x86 freebsd

How does argument passing work?