Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

point of IT instruction ARM assembly

assembly arm

Does int 80h interrupt a kernel process?

c linux assembly linux-kernel

Text Editor For Assembly

Injecting code into executable at runtime

linux assembly arm x86-64

Confusion about bsr and lzcnt

assembly x86 bmi

Tracing/profiling instructions

x86 NASM 'org' directive meaning

assembly x86 nasm bootloader

Assembly code for sin(x) using Taylor expansion

assembly x86 trigonometry

Why can assembly instructions contain multiplications in the "lea" instruction?

How to write data to a graphics card without using BIOS?

ASM x86_64 AVX: xmm and ymm registers differences

assembly nasm x86-64 avx

Does an x86 CPU reorder instructions?

Is it valid to write below ESP?

The new line characted in the string constant isn't being recognized by nasm

linux assembly nasm

What is the jmpq command doing in this example

assembly terminal gdb att

What are the segment and offset in real mode memory addressing?

How do vararg functions find out the number of arguments in machine code?

Anyone knows what "mov edi,edi " does?

How do assembly languages work?

assembly hardware grammar

How to get c code to execute hex machine code?

c assembly x86 x86-64 shellcode