StackOverflow Questions for Tag: instruction-encoding

honestSalami
honestSalami

Reputation: 257

What is the proper octal representation of the encoding of the operand register in intel 8086?

Score: 1

Views: 75

Answers: 1

Read More
SmolScorbunny
SmolScorbunny

Reputation: 21

8086 memory to accumulator encoding: why do mov al, [absolute] and mov ah, [absolute] have different sizes?

Score: 1

Views: 96

Answers: 1

Read More
CountWobula
CountWobula

Reputation: 23

Why encode RISCV PseudoInstruction LI to four instructions instead of two?

Score: 2

Views: 69

Answers: 1

Read More
narayanpatra
narayanpatra

Reputation: 5691

What is iii, rr and mmm?

Score: 1

Views: 452

Answers: 2

Read More
daveW
daveW

Reputation: 601

RiscV spec v2.1 Vol 1 User Level ISA duplicate opcodes listing?

Score: 0

Views: 366

Answers: 1

Read More
user153245
user153245

Reputation: 287

Understanding the Funct6 field in shift immediate instruction in RISC-V

Score: 0

Views: 47

Answers: 0

Read More
Cerealmarrow100
Cerealmarrow100

Reputation: 1

How are x64 instructions decoded and what is the format of the generated uOps?

Score: 0

Views: 51

Answers: 0

Read More
Goubermouche
Goubermouche

Reputation: 79

Writing an assembler: clean and efficient way to handle x64 REX and VEX encoding?

Score: 1

Views: 98

Answers: 1

Read More
MyNameIsTrez
MyNameIsTrez

Reputation: 662

Can NASM be forced to generate mov with offset of 0?

Score: 5

Views: 150

Answers: 1

Read More
Virtual Wizard
Virtual Wizard

Reputation: 21

what bits in an arm64 instruction is the operation code?

Score: 1

Views: 84

Answers: 0

Read More
user24684540
user24684540

Reputation: 33

Why does operand 1 in a modr/m byte change depending on the decoding mode

Score: -1

Views: 71

Answers: 1

Read More
user379888
user379888

Reputation:

How to Calculate Jump Target Address and Branch Target Address?

Score: 37

Views: 141847

Answers: 4

Read More
user2468852
user2468852

Reputation: 118

Why does Intel x86 manual use +rd instead of +ro or +rq for 64-bit registers?

Score: 4

Views: 88

Answers: 0

Read More
Goubermouche
Goubermouche

Reputation: 79

How to get NASM to encode `push` with a sign-extended 16-bit immediate?

Score: 3

Views: 121

Answers: 1

Read More
ton
ton

Reputation: 4607

ModR/M Historical Notation /0.../7

Score: 2

Views: 98

Answers: 1

Read More
retpoline
retpoline

Reputation: 21

Trying to understand object code for "MOV AX,BX", am I dumb or is the textbook bad?

Score: 2

Views: 408

Answers: 1

Read More
Roi Amiel
Roi Amiel

Reputation: 365

Why LI becomes LBU opcode after MIPS assembler

Score: 0

Views: 55

Answers: 1

Read More
Fsociety
Fsociety

Reputation: 51

Machine code layout in the memory - Intel x86

Score: 2

Views: 227

Answers: 2

Read More
NyxCode
NyxCode

Reputation: 738

Encoding "MOV EAX, moffs32" on x86-64

Score: 3

Views: 187

Answers: 1

Read More
ummmsso
ummmsso

Reputation: 13

In shift left instruction, why is rt used as source register instead of rs?

Score: 1

Views: 237

Answers: 1

Read More
PreviousPage 1Next