From owner-freebsd-embedded@FreeBSD.ORG Sun Nov 16 15:00:04 2014 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBD2040C for ; Sun, 16 Nov 2014 15:00:04 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91037E6 for ; Sun, 16 Nov 2014 15:00:04 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id r2so104639igi.0 for ; Sun, 16 Nov 2014 07:00:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=pSLPFhSLbKWixSUXMma+cBcTxQnyPFJToLbipiOVIiE=; b=BjgilpzORw0lXkxK/1Ril91qpr0T09MG3jO/f49JoPgLZjeligQSWecj4p6bc7j25c KD73Snx8hE3w/skJYwpQzmRe54hR4XH0RSXIF/sFIg4V9KMJgzoq9+tehveLmBaq2f85 HW0e+2CgtX/elTeZq474DQtSN9ONlOCvx40aCcWLBqoUhauITn6Zk9iYrXYEFOl7j3Yi 7xB8//+7bcMA6pVBZiPvAWV1FhO2IqZZnUPL6WRyi+rRSrR7f+0k5w2EFadmucXNtanp A/gKovWj9r6Y1K8Jtn3pJn+12BNP2TfHnAZlLko2cRrur/PIoq2tHut590/9hFudHk6r mkPw== X-Received: by 10.42.79.76 with SMTP id q12mr2755610ick.16.1416150001954; Sun, 16 Nov 2014 07:00:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.138.26 with HTTP; Sun, 16 Nov 2014 06:59:31 -0800 (PST) In-Reply-To: References: From: Jorge Alberto Garcia Date: Sun, 16 Nov 2014 08:59:31 -0600 Message-ID: Subject: Re: Exist tutorial that teaches programming in machine code to FreeBSD? To: =?UTF-8?Q?fran=C3=A7ai_s?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 15:00:04 -0000 Hi ! I think you can get a very good introduction just by reading Paul Carter book about ASM programming, he uses Linux but then what changes is very specific to Freebsd (syscall and parameters) if you already understand the whole low level/asm programming concept in some other unix like system you are just a few steps ahead of your target. http://www.drpaulcarter.com/pcasm/ PDF version zipped 709K Note: If you happen to like it go ahead and order a copy from lulu.com the book is great and the author can benefit from his great contribution Regards On Sat, Nov 15, 2014 at 3:45 PM, fran=C3=A7ai s wrot= e: > A FreeBSD developer told me via private message that the most FreeBSD > developers don=E2=80=99t develop in machine code. > > The following link leads to tutorial that teaches programming Assembly in > to FreeBSD: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x86.= html > > Also exist tutorial that teaches programming in machine code to FreeBSD? > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.or= g > "