From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 29 08:40:17 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13F6F106566B for ; Thu, 29 Sep 2011 08:40:17 +0000 (UTC) (envelope-from ap@bnc.net) Received: from mailomat.net (mailomat.net [81.20.89.254]) by mx1.freebsd.org (Postfix) with ESMTP id 9F18E8FC15 for ; Thu, 29 Sep 2011 08:40:16 +0000 (UTC) X-Mailomat-SpamCatcher-Score: 2 [X] X-Mailomat-Cloudmark-Score: 0.000000 [] Received: from [194.39.192.125] (account bnc-mail HELO bnc.net) by mailomat.net (CommuniGate Pro SMTP 5.3.1) with ESMTPSA id 54823846 for hackers@freebsd.org; Thu, 29 Sep 2011 09:41:18 +0200 X-Junk-Score: 2 [X] X-SpamCatcher-Score: 2 [X] Received: from [192.168.200.189] (account ap@bnc.net HELO [192.168.200.189]) by bnc.net (CommuniGate Pro SMTP 5.4.1) with ESMTPSA id 4450820 for hackers@freebsd.org; Thu, 29 Sep 2011 09:40:13 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1244.3) From: Achim Patzner In-Reply-To: <20110929010330.GD50397@dereel.lemis.com> Date: Thu, 29 Sep 2011 09:40:11 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <45E4F0D2-2B27-477A-8B45-E9D86943ECF1@bnc.net> References: <20110928202647.GA8284@hs1.VERBENA> <20110929010330.GD50397@dereel.lemis.com> To: FreeBSD Hackers X-Mailer: Apple Mail (2.1244.3) Cc: Subject: Re: Hello World assembly language X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 08:40:17 -0000 Am 29.09.2011 um 03:03 schrieb Greg 'groggy' Lehey: >> Add a 0x0d to the end of the string (0xa =3D LF, 0xd =3D CR) >=20 > No, that is a Microsoftism. UNIX doesn't use \r to terminate a line. No, actually that's a teletype thing and predates Microsoft. And not a = problem of line termination. Achim