main loop

This commit is contained in:
overflowerror 2014-04-18 00:18:21 +02:00
parent 0bfac8e158
commit b8a4af0521
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,6 @@
SystemInit:
rcall SchedulerInit
reti
sei
jmp MainLoop

View file

@ -3,4 +3,7 @@
.include "init.asm"
.include "scheduler.asm"
.include "general.asm"
.include "general.asm"
MainLoop:
jmp MainLoop