Here's 2 things found quickly:
Your code needs this:
org 0x1ff
goto start ;power-up reset vector
You initialized port a and portb but you have not initialized the option
register yet.
I did not go looking at the bigger routines (main....etc) since I hope
that is what your problem was ;-)
On April 8, 2005 07:45 pm, Michael Johnston wrote:
{Quote hidden}> Hi
> I am building a little led scrolling sign. I am using a pic 16c54c
> interfaced to a max7219 by the three wire spi bus. The sign contains
> about 45 leds arranged in a pattern. My idea is to make each
> individual led come on to make the pattern appear to move or spell
> out a slogan Etc. I have some sample code that some one gave me a
> long time ago. I modified it and tried to use it for my purpose and
> havnt got very far with it. I have my attached sorce code and I hope
> someone guide me in the right direction with program here.
>
> thank you
> Mike Johnston