Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Passing Parameters in 64 bit Assembly Function from C language. Which Register Receive These Parameter?

6502 emulator in C/C++: how to separate addressing mode code from actual instruction code

What is the meaning of the following assembler-code line?

assembly x86

__asm__ in c++ error [duplicate]

Mach-O 64-bit format does not support 32-bit absolute addresses. NASM [duplicate]

macos assembly x86-64 nasm

Why does GCC-generated code read junk from stack?

c++ gcc assembly optimization

Why the compiler changes movq to movd when doing 64bit operations?

assembly mmx

How to code a far absolute JMP/CALL instruction in MASM?

assembly x86 masm

"cqo", "cdq" and "cwd" x86_64 instructions. Why not use just cqo?

assembly x86-64

"Segmentation fault", x86_64 assembly, AT&T syntax

Using memory barriers to force in-order execution

Changing to "Unreal" mode, processor crash

c assembly x86 bootloader

Running 32-bit code in 64-bit process on Linux - memory access

linux assembly x86-64

Writing assembly in C++ without using other variables

c++ assembly x86 g++ x86-64

Warning: end of file not at end of a line; newline inserted Assembley

gcc assembly x86-64

Does `isync` prevent Store-Load reordering on CPU PowerPC?

Assignment directive not assigning new value to a symbol in emu8086

assembly x86-16 emu8086

Intel REX Encoding of PUSH

Switch from protected mode to real mode in a DOS EXE program

Missed optimization with string_view::find_first_of