mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 05:12:45 +03:00
16 lines
243 B
NASM
16 lines
243 B
NASM
![]() |
;#**************************
|
||
|
;#* LIGHTS * Kolibri OS
|
||
|
;#************************** 15/10/2007
|
||
|
include 'main.inc'
|
||
|
include 'data.inc'
|
||
|
include 'macs.inc'
|
||
|
|
||
|
BeginProgram
|
||
|
|
||
|
main_loop
|
||
|
|
||
|
DATA_SECTION
|
||
|
|
||
|
EndProgram
|
||
|
|