z80:Directives:DBRND/DWRND
From Learn @ Cemetech
Revision as of 17:23, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Outputs random bytes or words within a specified range.
Contents
Syntax
.dbrnd count, min, max
Use .dwrnd if you want to output words.
Allowed inputs
Uses
Generates four random letters
.dbrnd 4, 'A', 'Z'
See Also