Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Understanding of vectorization with SSE instructions

C++ function name demangling: What does this name suffix mean?

c++ assembly g++ chromium

Printing "array" from .bss in gdb

arrays assembly gdb nasm

TASM 1.4 - Displaying a particular colored string?

assembly text colors x86-16 tasm

Change GDT and update CS while in long mode

assembly 64-bit x86-64 osdev gdt

Stop screen refreshing - INT 0x10 (Video Services) - In Assembly

video assembly x86 refresh dos

How to run a single line of assembly, then see [R1] and condition flags

debugging assembly arm gdb qemu

How are assembly variables implemented?

assembly x86 gnu-assembler

eval at Assembly level

assembly eval

X64 instructions that behave differently on different CPUs

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Why this SSE2 program (integers) generate movaps (float)?

gcc assembly x86 sse simd

Why does first parameter in x86 assembly starts from offset 8?

assembly x86 stdcall

Writing an assembler , need help [closed]

Weird MIPS assembler behavior with jump (and link) instruction

What segment is used by default in x86 indirect addressing?

assembly x86

How do they convert Decimal to Hexadecimal so fast (in mind)?

assembly embedded hex

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

Writing a while loop in assembly

Good book to learn lower levels of computers [closed]

assembly computer-science