Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How _mm_prefetch works?

Memory access error sys_rt_sigaction (signal handler)

why use or instead of cmp when checking against 0 [duplicate]

assembly x86

The variable name defined in .bss section can not be found in gdb

Reverse-engineering a virtual method that only XORs the low byte of EAX before returning

Random number in assembly

From compiler perspective, how is reference for array dealt with, and, why passing by value(not decay) is not allowed?

memcmp ignores characters at odd positions

assembly x86-64 fasm

Implementation of simple microprocessor using verilog

Why any modern x86 masks shift count to the 5 low bits in CL

What was the name of the Mac (68000) assembler?

macos assembly 68000

How to execute machine code (learning assembly)

assembly emulation

Need help to understand these ARM instructions

Creating a COM file from text

windows com assembly ascii

Compare keystrokes - Assembly CCS64

assembly c64 6502 6510

how do i properly link asm files to c++?

How can I get the "lea" instruction from a C++ function by disassembly?

c++ c assembly x86

Why do all ARM bootloaders have assembly code?

assembly arm bootloader

Is there anything that prevents stack overflow in assembly?

assembly x86 stack theory

How to get to entry point with windbg

assembly windbg