Как можно написать эту программу сборки?
Write a program that makes all LEDs blink with a 0.5 second period(in assembly). Use the 16-bit timer 1uit (a) to determine the interval. Generate an interrupt every 0.5 seconds by counting the counter until an "output compare match" is reached. Indicate in your answer how you calculated the value of OCR1A.
Что я уже пробовал:
я пробовал с некоторыми перерывами, но это все еще не работает
Richard MacCutchan
Пожалуйста, покажите свой код и объясните, что означает "не работает".