Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How do I disassemble raw 16-bit x86 machine code?

linux assembly x86 x86-16 mbr intel

Using gdb to single-step assembly code outside specified executable causes error "cannot find bounds of current function"

Difference between JE/JNE and JZ/JNZ

assembly x86

Unexpected exec permission from mmap when assembly files included in the project

c linux assembly mmap dep

Which is faster : if (bool) or if(int)?

c++ assembly int boolean

What does "int 0x80" mean in assembly code?

assembly x86

Learning assembly [closed]

assembly

How to break on assembly instruction at a given address in gdb?

assembly gdb

Is it worthwile to learn assembly language? [closed]

How to disassemble a binary executable in Linux to get the assembly code?

How to write hello world in assembler under Windows?

winapi assembly x86 nasm

What is the direction of stack growth in most modern systems?

Why is SSE scalar sqrt(x) slower than rsqrt(x) * x?

Why is x86 ugly? Why is it considered inferior when compared to others? [closed]

What's the difference between a word and byte?

How can I build a small operating system on an old desktop computer? [closed]

How exactly does the callstack work?

What is the difference between native code, machine code and assembly code?

What is the "FS"/"GS" register intended for?

How can one see content of stack with GDB?

c assembly gdb