python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why the stack pointer is special in the register file?
I have a question about the register file.
As I know, the stack pointer is one of the special registers in the register file. Why it is determined specifically?
I mean compiler can define any register...
Ömer GÜZEL
Votes: 0
Answers: 0
What does the TargetWrite/IorD Control Line do on a multicycle MIPS processer
We learned all the main details about control lines and the general functionality of the MIPS chip in single cycle and also with pipelining.
But, in multicycle the control lines aren't identical in ad...
A P
Votes: 0
Answers: 1
Do CPUs with AVX2 or newer instruction sets support any form of caching on register renaming?
For example, there is a very simple pseudo code with many duplicated values taken:
Data:
1 5 1 5 1 2 2 3 8 3 4 5 6 7 7 7
For all data elements:
get particle id from data array
idx = id/7
...
huseyin tugrul buyukisik
Votes: 0
Answers: 0
Print array in Asembly x86
I have elements loaded in stack and I need to move them to array. My code looks like this:
%include "asm_io.inc"
segment .data
array db 100 dup(0)
length db 0
segment .text
...
Kaldesyvon
Votes: 0
Answers: 1

