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