Search code examples
How to directly access a GPU?...


graphicsassemblycpugpu

Read More
Can't figure out why the "str x6, [x7]" instruction does not work in arm64 assembly...


assemblyarm64

Read More
ARM Assembly - Why is the output printing differently?...


assemblyarmcpu-registers

Read More
Why LI becomes LBU opcode after MIPS assembler...


assemblymipsgnu-assemblermips32instruction-encoding

Read More
Open Syscall 56 ARMv8 fails...


linuxassemblysystem-callsarm64armv8

Read More
iPhone/ARM calling convention...


iphoneassemblycalling-convention

Read More
x86 Assembly CALL Instruction Encoding...


assemblyencodingx86

Read More
AVR instructions LDS and STS 16 bit versions with GNU assembler...


assemblyavrgnu-assembler

Read More
In x86_64 Linux NASM, is it possible to have multiple opcodes on one line?...


assemblyx86-64nasm

Read More
What is the value in the Accumulator?...


assemblymicrocontroller68hc08

Read More
Creating a Sub-Routine results in illegal instruction...


assemblyarmv8

Read More
Read data from proc/sys/kernel/...


linuxassemblyx86nasm

Read More
Can anyone solve this 8080 assembly code 'puzzle'?...


assemblymachine-codeintel-8080

Read More
Can java disassembled code run without OS?...


javaassemblyjavap

Read More
Does little endian impact arrays?...


cassemblyx86stackendianness

Read More
How is this function's assembly implementing the conditional?...


c++assemblygcc

Read More
Practical uses for rotate carry left/right...


assemblybit-manipulationprogramming-languagesbitwise-operators

Read More
Horizontal XOR in AVX...


c++assemblyx86simdavx

Read More
Effectively calculate horizontal pair avgs in a stream of int16's...


c++performanceassemblyx86pcm

Read More
assembly 8086 space invaders project, int 10h doesnt work...


assemblypixelgame-developmentx86-16bios

Read More
Comparing Unsigned integers using AVX2 Intrinsics...


c++assemblyintrinsicsavxavx2

Read More
Difference between "mov eax, [num]" and "mov eax, num"...


assemblyx86nasm32-bit

Read More
MIPS Program that shows the lowest of 3 user-inputted integers, doesn't register negative number...


assemblyinputintegermipsnegative-number

Read More
Can AVX-512 be used to calculate the multiplication of two 256-bit Integers on a 64 bit computer in ...


c++assemblygmparbitrary-precision

Read More
Microarchitectural zeroing of a register via the register renamer: performance versus a mov?...


assemblyx86x86-64cpu-architecture

Read More
If-Else in assembly doesn't seem to work or I'm doing smth wrong...


if-statementassemblygnu-assembler

Read More
NASM : _malloc allocating too much memory...


macosassemblymallocnasm

Read More
How to detect 16550 UART chip in MS-DOS x86 Assembly Language?...


assemblyserial-portx86-16dosuart

Read More
Encoding "MOV EAX, moffs32" on x86-64...


assemblyx86x86-64objdumpinstruction-encoding

Read More
otool error : is not an object file...


macosassemblyotool

Read More
BackNext