home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 10: Diskmags
/
nf_archive_10.iso
/
MAGS
/
DNTPAPER
/
DNT_04.MSA
/
ARCHIVES.DNT
/
SOURCES.ZIP
/
RANDOM
/
RND_TEST.S
< prev
Wrap
Text File
|
1992-12-07
|
579b
|
20 lines
; Un exemple d'utilisation du Random. On demande d'abord un random
; optimisé (a=1, cf article dans le DNT-Paper 4) avec __RND_TYPE equ 0
; puis on initialise la routine (InitRandom). Il ne reste plus qu'à
; appeler quand on le veut la routine Random !.
;
; (C)oderight Nullos/DNT-Crew 1992.
;
__RND_TYPE equ 0
move.l #0,d0 ;Initialisation automatique
bsr InitRandom ;(essayez une autre valeur!)
;... votre programme ...;
bsr Random ;
;... votre programme ...;
clr.w (sp)
trap #1
include random.s ;inclure le fichier RANDOM.S