desmop
Newbie level 3

mplasm #define pin
Hello,
This is my first post to this forum, so bear with me. I'm working on writing assembly code for a R/C microturbine tachometer. I'm very new to this so, I really could use some help. I'm using the PIC 16F84A micro controller chip, compling the language with MPLAb IDE v 7.30 and assembling the data with Mplasm. I'm having a problem displaying more data on my 8 x 2 LCD I can display only 5 digits plus the tag "RPM". Only the first 3 are data filled digits the last two are just printed zeros. The way I have the program written is that it displays Rpm's in 100's. There is on the second line of the display a slectable number of blades. I want to be able to display over 99,900 rpms but I can figure the correct method to do it. I keep going in circles and need some help from those that have the experience. I've attached the ASM file for evaluation and suggestions. Thanks in advance!
Hello,
This is my first post to this forum, so bear with me. I'm working on writing assembly code for a R/C microturbine tachometer. I'm very new to this so, I really could use some help. I'm using the PIC 16F84A micro controller chip, compling the language with MPLAb IDE v 7.30 and assembling the data with Mplasm. I'm having a problem displaying more data on my 8 x 2 LCD I can display only 5 digits plus the tag "RPM". Only the first 3 are data filled digits the last two are just printed zeros. The way I have the program written is that it displays Rpm's in 100's. There is on the second line of the display a slectable number of blades. I want to be able to display over 99,900 rpms but I can figure the correct method to do it. I keep going in circles and need some help from those that have the experience. I've attached the ASM file for evaluation and suggestions. Thanks in advance!