answersLogoWhite

0

No. ROM means read-only memory so, by definition, you can't write to it.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is Usage of stack register?

The stack register points to the top of the stack for the currently executing thread. The stack is a fixed-length memory allocation at the bottom of addressable memory (highest available address). The stack extends upwards into lower addresses. To keep track of the stack's usage, the stack pointer marks the top of the stack where a new frame will be pushed, decrementing the stack pointer by the required amount. When a frame is popped, the stack pointer is incremented by the frame length. The stack is typically used to call and return from functions by storing the return address of the caller, but can also be used to store a function's arguments (the values passed to it by its caller), its local variables and its exception handlers. Since the memory is allocated as soon as the thread becomes active, moving a pointer to activate and release stack frames is much quicker than requesting heap memory via the operating system.


Define list of operation on stack?

There are 4 main widely used stack operations.Operations:* POP - increase stack pointer and return top element * PUSH - putting element into stack's top * TOP - returns data of top element on stack * LENGTH/SIZE - returns number of elements inside stack For more detailed implementation details, please check web links.


Does ROM temporarily store programs and files when I am working on them?

No. ROM is read-only memory. It cannot be written to and therefore cannot be used for temporary storage.


What is called static rom and dynamic rom?

all rom is static


What is implicit stack?

A stack created by the user or a programmer is an implicit stack

Related Questions

Situation where a stack pointer is used?

Accessing a stack.


What is the function of a stack pointer?

Stack pointer points to the topmost / most recently referenced location on the stack; - Nutan


What device is used to take information from one CD rom to another CD rom?

CD-ROM burners


Stack register are used to store?

The stack register contains the address of the last item pushed on the stack. The stack is a region of memory used for temporary storage of instruction addresses and register values in a Last-In-First-Out (nested) structure. It is used for interrupts and subroutine calls.


What is a DVD-rom used for?

It is used for playing DVDs


What dose CD-rom mean?

CD-rom is a compact disk used with computers. =D


What to save on a ROM?

ROM is Random Only Memory. Though, with difficulty ROM data can be changed, the ROM usually holds the data used to cause boot up a computer and is placed there by the manufacture.


Is ROM used for short term or long term memory?

ROM stands for Read Only Memory and is used for long term storage.


Can you use sp as offset address holder with cs?

SP is the stack pointer and can be used in the stack operations. It cannot be used for fetching the instruction


What will the ROM do for the computer?

used toave data


Why stack data starts from one location less then stack pointer's register address?

Actually, stack data starts one location greater than the stack pointer. In the Intel design, the stack pointer always points to the next location to be used on a push, and pushes always decrement the pointer. It is more correct to say that the stack region to be used next is one location less than the stack pointer's register address.


What is ROM used for?

it is used to store info on the little stinken disk