Data Allocation (cont d)
) In assembly language, we use the drie directive
o Define directive can be used
x To reserve storage space
x Tolabel the storage space
To initia]ize
x But Tzo interpretation is attached to the bits stored
o Interp]'etation is up to the program cade
o Define directive goes into the. DATApart of the assembly
language program
D efine directive format for initialized data
ivar-name] D? ini t-value [, init-value],