Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->DEFS

DEFS  Define Space

The format for this directive is:

DEFS [Exprn]

This reserves an area of object code space [Exprn] bytes long.

   1                              nam     defsxamp    
   2                              ttl     define space
   3
   4 0000               label1    defs    21          
   5 0015               label2    
Assembly complete
Bytes filed: 21
0 errors 0 warnings