2011-01-29 23:35:52 +01:00
|
|
|
;************************************************
|
2024-05-22 12:10:18 +02:00
|
|
|
;* X-0-X / KolibriOS /
|
2011-01-29 23:35:52 +01:00
|
|
|
;************************** 17/10/2007 **********
|
2012-06-04 10:11:24 +02:00
|
|
|
;************************** 04/06/2012 **********
|
|
|
|
|
2011-01-29 23:35:52 +01:00
|
|
|
include 'main.inc'
|
|
|
|
include 'data.inc'
|
|
|
|
include 'macs.inc'
|
|
|
|
|
|
|
|
BeginProgram
|
|
|
|
|
|
|
|
SetEventMask 100111b
|
|
|
|
call rndseed
|
|
|
|
|
|
|
|
main_loop
|
|
|
|
|
|
|
|
Subroutines
|
|
|
|
|
|
|
|
DATA_SECTION
|
|
|
|
|
|
|
|
EndProgram
|
|
|
|
|