Question About Microcontroller

Thread Starter

dun5599

Joined Oct 15, 2010
3
1,Write a program to generate the first 50 multiples of 3 and store them in address [$0300] through to [$0331].
2. A number N has already been stored at address $0080. Write a program to generate the first N terms of the FIBONACCI SERIES. Store the resulting series at address [$0300] through to [$0300 + N - 1]..

The hardware is 68HC11
C Program

Can anyone help me solve this or give me some hints? Thanks
 
Top