List Question
20 TechQA 2024-03-31T10:32:36.113000Understanding the differences between mov and lea instructions in x86 assembly
105 views
Asked by Alfa Hores
Move immediate 8-bit value into RSI, RDI, RSP or RBP
46 views
Asked by zonn
Maximum CPU Voltage reading
52 views
Asked by Sergei Bykovskiy
Enabling one timer using another
22 views
Asked by Nemanja
CMP ESI, -20. This part of code makes no sense to me. How does this magic work?
69 views
Asked by Jaroslav Tavgen
Why doesn't this pop instruction restore the register values?
62 views
Asked by EmTor
Configuring timer channel as output
32 views
Asked by Nemanja
Setting up Segment Registers, x86
70 views
Asked by Polly
Why arm64 pass params throught register x8-x17?
32 views
Asked by xxking
gdbserver and ymm0h register
36 views
Asked by ForeverLearning
Unit tests on registers with bare metal programming
69 views
Asked by Norronas
Performance advantage of 32bit registers in AArch64?
81 views
Asked by DarkDust
What is the meaning of "ptr" in assembly?
148 views
Asked by MatR
What is the meaning of register1:register2 in assembly language?
100 views
Asked by AshokDavid
The SUB instruction in CPU
61 views
Asked by laplacedoge
Invalid register in AVR loading an immediate into low registers but not high?
79 views
Asked by jashdajsd
What is the wip0 register in the context of ARM64 architecture?
52 views
Asked by c00000fd
How does assembly handle large amounts of variables?
41 views
Asked by isosubjectix
Performance impact of choice of registers in x86_64
70 views
Asked by Juliean
[Arduino][Register manipulation] How to make your own Serial.print() with registers?
101 views
Asked by JoaoV