Pedro Gimeno's gists (pastes with history), each in an independent (orphan) branch
Pedro Gimeno cf88948bbc Z80 Pseudorandom Number Generator | 2 rokov pred | |
---|---|---|
README.md | 2 rokov pred | |
prng.asm | 2 rokov pred |
This code implements the same pseudorandom number generator formula used in the Sinclair ZX81 and ZX Spectrum computers, but it's faster because it doesn't use the calculator routines. The quality is fairly good, but the speed is not so good.
The comments tell the rest of the story; see prng.asm.