Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Is mov %esi, %esi a no-op or not on x86-64?

GCC C++ Exception Handling Implementation

Understanding MRC on ARM7

assembly arm

Why is 1.0f in C code represented as 1065353216 in the generated assembly?

c assembly floating-point nasm

JMP to absolute address (op codes)