Mark & Robert,
You were correct that the wiring was different. I was able to pull the old asm code from the original C code to put in my basic code. Now thats a little confusing. I got the asm code to work for the most part, but I still have not got a good understanding on how it works. I just wrote a small basic program to count from 1-100 and roll to test it. It counts correctly on the display, but it shows up as the following:
001, 002, 003, 004, ...
I would like to get rid of the leading zero's if possible. Any ideas on this. I would like it to look like the following:
1, 2, 3, 4, ...
Thanks again for the help.
Terry
Bookmarks