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 5Assembly completeBytes filed: 210 errors0 warnings