Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

when accessing the stack frame like this <dword ptr [ebp-8]>, is it considered popped?

assembly masm

x86 asm instruction set: Any _searchable_ offline reference?

When #GP is raised from v8086 mode does the processor push an error code on the ring0 stack?

Calling SDL/OpenGL from Assembly code on Linux

Is it possible to port .8xk apps to work for the TI 84 Plus CE?

Convert assembly to machine code in C++

c++ assembly

iOS ARM64 Syscalls

ios assembly arm64

Assembly multiple arrays memory allocation

x86 SIMD instructions 16 byte alignment in assembly (Without C intrinsics)

Implementing GDT with basic kernel

assembly x86 kernel grub

How do I read a sequence of single bytes in ARM?

assembly arm

What is wrong with this emulation of CMPXCHG16B instruction?

Why does re-initializing a register inside an unrolled ADD loop make it run faster even with more instructions inside the loop?

How to get a pointer to a COM method for hooking?

Step-by-step execution for Intel AT&T assembler?