Whole document tree
    

Whole document tree

Using as: Rept
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.49 .rept count

Repeat the sequence of lines between the .rept directive and the next .endr directive count times.

For example, assembling

 
        .rept   3
        .long   0
        .endr

is equivalent to assembling

 
        .long   0
        .long   0
        .long   0



This document was generated by root on January, 30 2002 using texi2html