DS


DS allocates a number of bytes. The content is undefined. This is the preferred method of allocationg space in a BSS section (and similar sections located in RAM). You can however also use DB and DW without any arguments.

DS   str_SIZEOF     ;allocate str_SIZEOF bytes

See also:



Last updated 14 January 2003 by Aaron St.John