answersLogoWhite

0

In one sense, since EEPROM is memory, you don't program memory. You store things in memory, and the thing you are programming in this case would likely be a micro-processor or micro-controller that is on the same circuit as the EEPROM.

In theory, an EEPROM is just memory, so any language that would be able to produce machine language output for the CPU type connected to the EEPROM in any instance could be used.

In practice, many programs written to EEPROM would be for embedded systems. In this case, a lower level language like C could be used, or a higher level language that output C or the right kind of assembly.

A higher level language like C# or Java would likely not be used, as the overhead of the virtual machine might be considered to be too heavy for a micro-controller, or small micro-processor.

That being said, in practice, you could use anything. But it is likely you would have some libraries in C or C++ that you might want to use, so you would likely use a language that was compatible with any libraries you might use.

yah it's correct.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which memory does not require programming equipment?

EEPROM


Why you need programing languages?

Programming languages are used to code a program.


What is the programming languages used in NFS?

c++


Where can I buy EEPROM chips in bulk?

Biosman.com is a online resource which sells EEPROM chips in bulk. They also have an EEPROM programming service which costs $0.50 a piece. Jameco Electronics sell 3.3V EEPROM chips. Electronix and VirtualVillage also sell these programmable computer chips.


What is the programming languages used in counter strike?

CounterStrike is likely programmed in a variety of scripting languages and programming languages, but as the base of Steamworks is written in C++ it is likely that is also what CounterStrike is written in.


What are some examples of logical operators used in programming languages?

Logical operators used in programming languages include AND, OR, and NOT. These operators are used to combine or modify conditions in conditional statements to control the flow of a program.


What are assembly languages and how are they used in computer programming?

Assembly languages are low-level programming languages that use mnemonic codes to represent machine instructions. They are used in computer programming to directly communicate with the hardware of a computer, allowing programmers to write code that is more efficient and specific to the system's architecture.


What programming languages are on a computer?

There are loads of programming languages used in computer technology. Some of those are: C C++ C# Python Pearl Javascript Java Html PHP And many more. If you want to read more google for "programming languages".


What programming languages are used in Data Science?

Common programming languages used in Data Science include: Python R SQL Python is the most widely used language because of its powerful data analysis libraries.


.net is the programming language?

No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.


Which programming languages can be used on the Internet?

HTML but you can implement javascript css and other SCRIPTING LANGUAGES within HTML


What is redex and how does it relate to the evaluation of expressions in programming languages?

Redex is a term used in programming languages to refer to reducible expressions. In the evaluation of expressions, redexes are the parts of an expression that can be simplified or reduced to a simpler form. By identifying and reducing redexes, programming languages can evaluate expressions and compute results.