Can ROM be used as stack?
Answers were Sorted based on User's Feedback
Answer / v.vijayakumar
ROM cannot be used as stack because it is not possible to
write to ROM.
| Is This Answer Correct ? | 35 Yes | 5 No |
Answer / haranadh
No ROM cann't be used for the stack.
1) In embeded system programming executable code in ROM and
to execute that code need temporary memory for the data
manipulations as a READ-WRITE access to that temporary
memory like heap, stack & Data section.
2) ROM -have only read acess, so we can't use ROM-Read Only
Memory as Stack. Instead we use RAM- Random
Acess(read/write) Memory as stack, heap & Data.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / channu
no, Rom is only reading device.. we can't implement
operations of stack on Rom
| Is This Answer Correct ? | 9 Yes | 2 No |
What are the problems can stack based management in recursive calling of functions?
How do you format a pc?
How do I go to root?
Explain the triple channel architecture?
When does stack (process stack) overflow? What are the remedies?
How do I turn off programs running in the background?
What is a drawback of MVT?
What is deadlock? Explain.
Give an example of Priority Inversion in Scheduling. What are the consequences of Priority Inversion?
What is the difference between logical and physical address space?
How do I know 64 bit?
How is the total memory on a ram stick calculated?