From owner-freebsd-questions@FreeBSD.ORG Thu Dec 28 22:02:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F2FA16A403 for ; Thu, 28 Dec 2006 22:02:44 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 0D83313C47E for ; Thu, 28 Dec 2006 22:02:43 +0000 (UTC) (envelope-from d.hill@yournetplus.com) X-Spam-Flag: NO X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on duane.dbq.yournetplus.com X-Spam-Level: X-Spam-Status: Hits:-4.2 Bayes:0.0000 Learn:ham Tests:ALL_TRUSTED, AWL, BAYES_00 X-TFF-CGPSA-Version: 1.5 X-MY-CGPSA-Filter: Scanned Received: from [65.124.230.214] (account d.hill [65.124.230.214] verified) by duane.dbq.yournetplus.com (CommuniGate Pro SMTP 5.1.3 _community_) with ESMTPA id 250474; Thu, 28 Dec 2006 22:02:38 +0000 Message-ID: <45943EFE.6050906@yournetplus.com> Date: Thu, 28 Dec 2006 22:02:38 +0000 From: Duane Hill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061211 FreeBSD/i386 SeaMonkey/1.0.7 MIME-Version: 1.0 To: Gabor Kovesdan References: <4592E8EA.6010402@gmail.com> <4592EC6E.9090302@FreeBSD.org> <4592F190.2000206@gmail.com> <20061228135224.GA2463@kobe.laptop> <45941C69.5020601@gmail.com> <45941E1E.1020604@FreeBSD.org> <459426FB.6070602@gmail.com> <45943BDA.9000902@FreeBSD.org> In-Reply-To: <45943BDA.9000902@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where to get the iso c90 compiler? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d.hill@yournetplus.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 22:02:44 -0000 Gabor Kovesdan wrote: > deeptech71@gmail.com schrieb: >>> [Fistly, people wrote code in pure binary language. Then assembly >>> were invented and later they wrote higher level languages in assembly.] >> >> > With whatever C compiler the gcc developer had at that time. >> >> > It probably wasn't. The first ever compiler was most likely written >> > in assembler. Later on the first compiler for a new language has >> > usually been written in some other language. >> >> Yeah I knew that. Anyone know a good book on assembly language? >> >> The evolution of programming. Can someone give me a link? > Well, I don't know assembly, but I found this and it looks very good: > http://www.int80h.org/bsdasm/ > > And it is exclusively for FreeBSD! ;) That's the tutorial set I stepped through to learn the basics. Good basic stuff.