do nothing while not in interrupt
This commit is contained in:
parent
f3ce016a06
commit
0448c64be4
15
main.S
15
main.S
@ -35,23 +35,8 @@ main:
|
|||||||
sei ; global interrupt enable
|
sei ; global interrupt enable
|
||||||
|
|
||||||
1:
|
1:
|
||||||
sbi IO(PORTB), 5
|
|
||||||
ldi r18, 0
|
|
||||||
2:
|
|
||||||
dec r18
|
|
||||||
brne 2b
|
|
||||||
|
|
||||||
cbi IO(PORTB), 5
|
|
||||||
|
|
||||||
ldi r18, 0
|
|
||||||
3:
|
|
||||||
dec r18
|
|
||||||
brne 3b
|
|
||||||
|
|
||||||
rjmp 1b
|
rjmp 1b
|
||||||
|
|
||||||
jmp .
|
|
||||||
|
|
||||||
.global int_horizontal_sync
|
.global int_horizontal_sync
|
||||||
int_horizontal_sync:
|
int_horizontal_sync:
|
||||||
push r31
|
push r31
|
||||||
|
Loading…
Reference in New Issue
Block a user