Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why are registers needed (why not only use memory)? [duplicate]

Assembly: Using the Data Segment Register (DS)

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Near and Far JMPs

assembly x86 nasm

ARM Assembly Local Labels

gcc assembly arm

Writing a Z80 assembler - lexing ASM and building a parse tree using composition?

PowerPC Assembly Load Immediate

assembly powerpc

What's the difference between the x86 NOP and FNOP instructions?

assembly x86 x87

x86 32 bit opcodes that differ in x86-x64 or entirely removed

How do I compile DOS programs on Debian?

c assembly debian nasm dos

x86 max/min asm instructions?

assembly x86 intrinsics

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