Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

What is Bios (Hardware) variables?

Status
Not open for further replies.

masoud23

New Member
Hello
What is Bios (Hardware) variables? what is the diffrent between them and other variables? Is it costumery to separeat them from other variables for example by having a special suffix with thier names in the program code?

Tanks in advanse
 
I take it you mean ROM variables..... If this be the case it can vary from compiler to compiler....In C you can declare the variable as "const" sometimes it's declared "const rom"....In assembler it's simply "const"

The documentation of the assembler / compiler will give you the correct syntax.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top