python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?
I was originally trying to generate the bytes for an immediate move into a 64 bit register.The specific operation I wanted was
mov rdi, 0x1337
Using https://www.felixcloutier.com/x86/mov, the only no...
Happy Jerry
Votes: 0
Answers: 1
Intel Reference Specification Questions
I'm looking at the ADD instruction, and there are so many things I don't have an idea what they mean.
The gaps I have are.
In the Opcode column what is /0 and /r?
I understand the number is the opc...
christopher clark
Votes: 0
Answers: 0
ARMv7 T3 encoding for adds
I can't tell how to determine the following:
i, 10th bit on the left.
imm3, what's the difference for this one with imm8?
Mzq
Votes: 0
Answers: 1
Assembly to binary
I am trying to convert lw $t3, 12($t0) to binary but I am stuck.
I am not very familiar with base register addressing. I know that lw is opcode 100011 and that $t3 is rt, and that the 12 represents th...
user17442276
Votes: 0
Answers: 0