mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-09 12:03:27 -04:00
23 lines
373 B
NASM
23 lines
373 B
NASM
;************************************************
|
|
;* X-0-X / KolibriOS /
|
|
;************************** 17/10/2007 **********
|
|
;************************** 04/06/2012 **********
|
|
|
|
include 'main.inc'
|
|
include 'data.inc'
|
|
include 'macs.inc'
|
|
|
|
BeginProgram
|
|
|
|
SetEventMask 100111b
|
|
call rndseed
|
|
|
|
main_loop
|
|
|
|
Subroutines
|
|
|
|
DATA_SECTION
|
|
|
|
EndProgram
|
|
|