Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Extern function declaration in Assembly produces a warning

c assembly

Get linear address of FS:[0] in 32-bit protected mode / MSVC inline asm

how to expand TASM macros

assembly macros tasm

how to tie variables in c++

c++ variables assembly casting

what does the : operator do in assembly?

assembly x86 operators nasm

what is the syntax to define a string constant in assembly?

string assembly

Assembly x86 | return(ret) is not working

assembly x86 emu8086

Calculating floor & ceil of vector2 double using pre-SSE4

c++ assembly sse simd intrinsics

What is the difference between stack and stack frame?

Assembler passes issue

algorithm assembly x86-16

Protected Mode Addressing

Why is the "NOP-Block" and the Shellcode before the return Address?

How to make simple bootloader for q35 machine

Effectively calculate horizontal pair avgs in a stream of int16's

c++ performance assembly x86 pcm

Assembly Language: + vs add

assembly x86

What is the most efficient way to set one bit of a register in ARM?

Are unsigned and signed binary conversions to hexadecimal the same?

math assembly binary hex

Is it possible to write at virtual 0x0 on a classical OS?

c assembly gcc ld virtual-memory