Search code examples
Nicer way to pattern match window of assembly instructions for peephole w/ Rust?...


assemblyrustcompiler-constructioncompiler-optimizationpeephole-optimization

Read More
Bootloader doesn't jump to the right address and doesn't print anything...


assemblyx86nasmbootloader

Read More
Are there different ways to set RBP? Why does Windows x64 not point RBP at a saved-RBP right below t...


assemblyx86-64masmcalling-conventionstack-frame

Read More
asm error "inconsistent operand constraints in an 'asm'"...


c++assemblygccavrinline-assembly

Read More
MIPS pipeline stages - what happens when an instruction doesn't need a stage, like MEM for ALU i...


assemblymipspipelinecpu-architecture

Read More
x86 code to read in input into a local variable?...


cassemblyx86scanfnasm

Read More
Why doesn't Ice Lake have MOVDIRx like tremont? Do they already have better ones?...


assemblyx86intelcpu-architectureinstruction-set

Read More
5-Stage RISC - How are loads handled?...


assemblycpu-architectureriscv

Read More
Cortex M4 SVC code appears to always pass in 255 for the SVC number...


assemblyarminterruptinline-assemblycortex-m

Read More
Which Intel microarchitecture introduced the ADC reg,0 single-uop special case?...


performanceassemblyx86intelmicro-optimization

Read More
iOS ARM64 Syscalls...


iosassemblyarm64

Read More
Shellcode searching for Bytes String: 0C330408Bh...


assemblyreverse-engineeringmalwareshellcodemalware-detection

Read More
Examples of 'falign-loops' optimisation occuring?...


cassemblygccclangcompiler-explorer

Read More
How was the first computer program created?...


assemblycpucpu-architecturemachine-code

Read More
Why is CMake ignoring assembly files when building static library?...


assemblycmakestatic-libraries

Read More
How to write an operand that is a 512-bit vector loaded from a N-bit memory location in x86 Assembly...


assemblyx86x86-64masmavx512

Read More
What does _SFR_IO8(0x04) is doing? AVR...


assemblymappingportavrmicroprocessors

Read More
Why is it removing first two words after loop runs? MIPS Mars Assembly...


debuggingassemblymipsmars-simulator

Read More
How to implement counter in the .text area without using registers?...


windowsassembly

Read More
Algorithm to convert binary big integer to scientific notation with truncation to a 1-digit mantissa...


algorithmassemblybigintscientific-notationmasm64

Read More
Storing words into an array in Mars MIPS...


assemblymipsmars-simulator

Read More
Reading asm cpuid directly...


c++assemblydriverkmdfcpuid

Read More
GCC doesn't optimize inline assembly "=g" outputs to be memory operands when you use a...


cassemblygccx86inline-assembly

Read More
Asm insertion in naked function...


c++gccassemblyx86-64calling-convention

Read More
`Undefined reference` errors when calling a C++ classes' static method from assembly...


c++assemblyx86g++osdev

Read More
x86 Assembly Learning Platform...


assemblyx8664-bit32-bit6502

Read More
How can I check if a character is a letter in assembly?...


assemblyx86ascii

Read More
Mips Assembly not skipping functions when using beq problem...


assemblymips

Read More
I want to perform a multiplication with add in assembler that uses a loop...


assembly

Read More
RET x versus ADD RSP, x in x86-64 assembly...


assemblyx86-64stack-memoryabimasm64

Read More
BackNext