mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
Minor style change.
This commit is contained in:
parent
041f981960
commit
77674352f6
@ -51,6 +51,7 @@ _srand: sta rand+0 ; Store the seed
|
|||||||
sta rand+2 ; argument << 16 is convenient fill for MSW
|
sta rand+2 ; argument << 16 is convenient fill for MSW
|
||||||
stx rand+3
|
stx rand+3
|
||||||
; fall through to rand() to sufficiently "shuffle" first rand() result
|
; fall through to rand() to sufficiently "shuffle" first rand() result
|
||||||
|
|
||||||
_rand: clc
|
_rand: clc
|
||||||
lda rand+0
|
lda rand+0
|
||||||
adc #$B3
|
adc #$B3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user