z80:Directives:DBRND/DWRND

From Learn @ Cemetech
Revision as of 17:23, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Outputs random bytes or words within a specified range.

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