Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Addl instruction explanation

assembly x86 att

How does the BIOS distinguish Interrupt(08h-12h) from INT instructions, vs. actual exceptions inside the CPU?

Assembly showing a lot of repeating code?

Accessing a variable that crosses a MMU page boundary

How to write a stack organized program with MARIE

assembly stack marie

Is it possible to call a built in function from assembly in C++

Simple explanation of exceptions?

assembly

Does the assembly function call cause all registers to be pushed onto the stack?

c++ assembly function-calls

XOR statement in assembly [duplicate]

assembly gdb x86-64

Convert GCC/ATT style assembler to visual studio assembler?

c++ gcc assembly

Linux page table of the process

Programming esp32 and esp8266

I get the error MIPS “spim: (parser) syntax error” when running the code

I don't understand what's going on with SBC

assembly 6502

How does lea instruction get the operand's address? [duplicate]

assembly x86

What is an undefined vector element represented as in memory?

x86 memory and I/O map

memory assembly x86

CPUID in x86 Architecture

c++ assembly x86 cpuid

How can "strange" ROP gadgets be found in a normal DLL? Compilers would never do this. (Return-oriented programming)