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.

thousands;ones

Status
Not open for further replies.

Joe G

Member
if i write "movlw .100" equals the decimal of 100. would thousands be "1.00" , tens
be ".01" and ones be ".001" ?
 
i just put them there for the wording, i should of know that in coding they may chg what you ment...:) i should of wrote

movlw .100

my oops, thanks
 
)then, how would i write onethousand ,if i wanted to subtract 1000 from my pulse reading ( im working on a rpm 7seg display)?
 
You need a math library or figure out how to do multi byte math. You might want to look into a high level language with math functions like C or BASIC.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top