Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Why is this inline assembly not working with a separate asm volatile statement for each instruction?

c linux gcc assembly x86-64

How to make the kernel for my bootloader?

Are programming languages and methods inefficient? (assembler and C knowledge needed)

c assembly methods

AND faster than integer modulo operation?

What kind of projects (besides the obvious OS stuff) use assembly language?