Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

In what program can I code and test assembly?

How write C# code being safe both under x86 and x64 when accessing COM? Typical traps?

c# .net com x86 64-bit

x86 assembly - compare SF and OF flags

assembly x86

How do I enable all Intel Intrinsic options in GCC?

gcc x86 intrinsics

Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and bochs

Assemble 32 bit mode instructions in elf64 format with GCC (gas/as)

Basic Blocks and Control Flow in x86

Verifying compatibility with legacy Intel processors

How to loop inside of a MACRO in x86 Assembly [duplicate]

assembly macros x86 masm

How is the x86 data segment used in real operating systems and processes?

Referencing symbols of code/data loaded separately to another part of memory

assembly memory x86 include nasm

Word-sized OUT to a byte IO register? Setting the Sequence Controller Register with out instructions in old VGA code

assembly x86 vga ioports

x86 assembly: How does the 'subl' command work in AT&T syntax

assembly x86 att

Assembly correct usage of word/byte/word ptr

Why are there empty address spaces between data sections in memory (x86 / nasm)?

assembly x86 nasm x86-64

Loading address in 16 bit mode

c memory pointers assembly x86

Behavior of unused asm() on unsupported architectures

c++ assembly x86 arm

Do all CPUs of the same architecture run the same Assembly instructions?