Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does the Objective-C runtime retrieve the list of classes and methods?

How is it possible to read the CPU registers using a debugger running on the same CPU?

c assembly gdb cpu

How to convert a binary integer number to a hex string?

assembly x86 hex simd avx512

Why are global variables in x86-64 accessed relative to the instruction pointer?

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