Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs

Unknown meaning of colon ( : ) in assembly instruction

GCC inline assembly with stack operation

Confusion about load word (lw) vs load address(la) and offsets in mips assembly?

assembly mips

Can I get a int from my EAX/RAX to a register of the FPU like st0?

assembly x86 nasm fpu

Is a mov to a segmentation register slower than a mov to a general purpose register?

How to use XACQUIRE, XRELEASE Hardware Lock Elision (HLE) prefix hints?

Assembly Instructions: AAA

assembly x86 x86-16 bcd 80286

Is test-and-set (or other atomic RMW operation) a privileged instruction on any architecture?

Why can't mov set CS, the code segment register, even though it can set others?

Instruction FYL2XP1

How to read a condition flag in ARMv7 Thumb-2 assembly?

How can I determine the result in AX after MOV and LEA instructions

assembly x86 x86-16 real-mode

Is there a way to get the list of all BIOS interrupts present on the current system programmatically?

assembly x86 bios real-mode

Assembler warning with gcc warning when placing data in .text

c gcc assembly

Why does my data section appear twice in the compiled binary? Ubuntu, x86, nasm, gdb, reaelf

assembly x86 gdb nasm shellcode

how can we find that this processor supports how much memory?

Why does this 'hello world' x86 bootloader code written for NASM work without the [BITS 16] and [ORG 0x7C00] directives?

x86 nasm assembly bootloader

I'm learning x86 assembly on OS X 10.6, how do I compile?

assembly x86

Why is FLD1 loading NaN instead?