forked from KolibriOS/kolibrios
0ce1475dad
git-svn-id: svn://kolibrios.org@5253 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
217 B
PHP
9 lines
217 B
PHP
;---------------------------------------------------------------------
|
|
get_random_binary:
|
|
push ebx
|
|
mcall 26,9
|
|
and eax,1b
|
|
pop ebx
|
|
ret
|
|
;---------------------------------------------------------------------
|