Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->BSZ

BSZ    Block Storage of Zeros

The format for this command is:

BSZ [Exprn]

This reserves an area of object code Exprn bytes long and fills the area with zeros. The bytes are not listed in the assembly listing.

Example:

   1                           nam     bszxampl    
   2                           ttl     block storage of zeros
   3 0000            label1    bsz     21          
   4 0015            label2    
   5
Assembly complete
Bytes filed: 21
0 errors
0 warnings