kolibrios/programs/games/rstearth/random.inc

9 lines
217 B
PHP
Raw Normal View History

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