Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Intel AVX-512: how to set the EVEX.z bit

In ARM64 assembly code, when is register 31 XZR versus SP?

Disassembling an old .COM file. Stuck within 48 bytes. Endian problem?

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