Search code examples
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
Repeated integer division by a runtime constant value...


c++assemblyoptimizationx86-64

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
How to install NASM in windows 10?...


windowsassemblynasm

Read More
Loading and running a raw binary file with 32-bit code in QEMU...


assemblyx86nasmbinaryfilesqemu

Read More
Instructions for RISC-V(.word)...


assemblyarchitecture

Read More
Why there is '\' before the parameters in the arm assembly macro?...


assemblymacrosarm

Read More
How to display "The reversed string is:" and the reversed string on the same line in assem...


linuxassemblyx86debiannasm

Read More
Usage of recursion with array in MIPS...


assemblymips

Read More
Run Sparc binaries without Sparc hardware...


assemblyemulationsparc

Read More
How to change a single bit of an address at assemble time?...


assemblygnu-assemblersuperh

Read More
Zero-cost integer upcast via inline assembly...


cassemblyx86-64

Read More
BackNext