Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site houxu.UUCP Path: utzoo!linus!philabs!seismo!harpo!eagle!mhuxl!houxm!houxu!jhv From: jhv@houxu.UUCP Newsgroups: net.unix.wizards,net.unix Subject: Re: What does BSS stand for??? Message-ID: <243@houxu.UUCP> Date: Sat, 19-Nov-83 20:15:34 EST Article-I.D.: houxu.243 Posted: Sat Nov 19 20:15:34 1983 Date-Received: Sun, 20-Nov-83 04:24:15 EST References: <332@sytek.UUCP> Organization: Bell Labs, Holmdel NJ Lines: 5 When I was learning assembly language programming, BSS stood for "Block Starting with Symbol", where the label, if any, on the BSS line is assigned to the first location reserved for the block. There was also a BES "Block Ending with Symbol", where the optional label was assigned to the last location reserved for the block.