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
Creating New MIPS Instruction
I'm having some problems understanding a question. Consider a proposed new instruction named rpt. This instruction combines a loop’s condition check and counter decrement into a single instruction. Fo...
lionelmayhem
Votes: 0
Answers: 1
How does an Assembler work at a hardware level?
I have been reading online about the working of an Assembler but it is quite confusing. To summarize what I have understood so far is the an Assembler is basically a text parser with access to a Look ...
Saarthak
Votes: 0
Answers: 2
How do exactly computers convert ASCII to Binary?
I have read that when you press a key on the keyboard, the OS will translate it to the corresponding ASCII, then the computer will convert ACII to Binary. But, what part of the computer converts ASCII...
Sisira UX
Votes: 0
Answers: 1