forked from KolibriOS/kolibrios
21 lines
321 B
NASM
21 lines
321 B
NASM
|
;************************************************
|
||
|
;* X-0-X / Kolibri OS /
|
||
|
;************************** 17/10/2007 **********
|
||
|
include 'main.inc'
|
||
|
include 'data.inc'
|
||
|
include 'macs.inc'
|
||
|
|
||
|
BeginProgram
|
||
|
|
||
|
SetEventMask 100111b
|
||
|
call rndseed
|
||
|
|
||
|
main_loop
|
||
|
|
||
|
Subroutines
|
||
|
|
||
|
DATA_SECTION
|
||
|
|
||
|
EndProgram
|
||
|
|