Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Intel IACA analyzer alters assembly?

assembly simd avx2 iaca

How to properly setup SS, BP and SP in x86 Real Mode?

assembly x86 callstack bios

Is it worse in any aspect to use the CMPXCHG instruction on an 8-bit field than on a 32-bit field?

What does 'REX' stand for in an x86-64 REX prefix?

Why BIOS need to compare a value in (seemly) randomized address to zero in the second instruction?

assembly x86 qemu bios osdev

Mixed destination/source operand order in RISC-V assembly syntax

assembly riscv

Optimizing an incrementing ASCII decimal counter in video RAM on 7th gen Intel Core

Where to get the I/O port addresses assignment for hardware?

assembly io x86 hardware

Loop takes more cycles to execute than expected in an ARM Cortex-A72 CPU

In assembly, how to add integers without destroying either operand?

How to 'tag' a location in a C source file for a later breakpoint definition?

c assembly gcc gdb breakpoints

Using Visual Studio 2008 to Assemble, Link, Debug, and Execute MASM 6.11 Assembly Code

Calling Specific Win32 API from Delphi - Why do Exceptions Fly Without an "asm pop..."?

c delphi winapi assembly xll

Does using an Intel register for its "intended purpose" increase efficiency?

assembly intel

Read then conditional write vs. write

assembly cpu low-level

Need some constructive criticism on my SSE/Assembly attempt

assembly x86 sse

How did classic side scrollers implement timed events and animation triggers?

graphics assembly

How does the `test` instruction work?

What compiler would I use to write machine language?

assembly machine-code

What is the best way to perform branching using Intel SSE?