kolibrios/programs/games/rstearth/random.inc
Marat Zakiyanov (Mario79) 0ce1475dad Rusty Earth - prototype of the game
git-svn-id: svn://kolibrios.org@5253 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-21 20:22:09 +00:00

9 lines
217 B
PHP

;---------------------------------------------------------------------
get_random_binary:
push ebx
mcall 26,9
and eax,1b
pop ebx
ret
;---------------------------------------------------------------------