]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/getrandom.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / system / getrandom.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 30.10.1999, 2.1.2003
5
6 ; char GetRandom (void);
7
8             .export _GetRandom
9
10             .include "jumptab.inc"
11
12 _GetRandom:
13         jsr GetRandom
14         ldx #0
15         rts