From owner-freebsd-questions@FreeBSD.ORG Thu Dec 28 21:49:28 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 A54E716A407 for ; Thu, 28 Dec 2006 21:49:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 60BF513C48F for ; Thu, 28 Dec 2006 21:49:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 33ED79C010F; Thu, 28 Dec 2006 22:49:27 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WWrIx0U9toKF; Thu, 28 Dec 2006 22:49:21 +0100 (CET) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 929789C0110; Thu, 28 Dec 2006 22:49:21 +0100 (CET) Message-ID: <45943BDA.9000902@FreeBSD.org> Date: Thu, 28 Dec 2006 22:49:14 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: deeptech71@gmail.com 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> In-Reply-To: <459426FB.6070602@gmail.com> 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 21:49:28 -0000 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! ;) Gabor