Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Does it cost significant resources for a modern CPU to keep flags updated?

Can two fuseable pairs be decoded in the same clock cycle?

How do I intentionally read from main memory vs cache?

How to translate NASM "push byte" to GAS syntax?

Assembly instructions to find how many threads are enabled in a multi-core system

assembly x86 multicore

Ada and assembly

assembly x86 ada

PE Header Requirements

help understanding differences between #define, const and enum in C and C++ on assembly level

c gcc assembly x86

MOV BX,[SI] - ASM question

assembly x86 16-bit mov intel

How to create a GNU GAS macro that expands to an expression like "(x+y*240)*2"?

Accessing scratch pad memory from C

c assembly scratch-memory

GCC Inline-assembly: call dword ptr

GDB: how to see what memory addresses are accessible?

Is it possible to write assembly code in vb.net or C#?

.net assembly

accessing command-line arguments with gdb

c assembly gdb

Tail recursion in assembly

assembly x86 nasm

how to dynamically allocate memory for an array in assembly 8086 using nasm

Segfault with x86 assembly on mov 0, %eax

How to compile assembly whose entry point is not main with gcc?

gcc assembly x86-64

How does x86 eflags bit 18 (alignment check) work? (Related to check for 386 vs. 486 and later.)

assembly x86 alignment flags