From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 4 20:45:02 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB8A4B27 for ; Fri, 4 Apr 2014 20:45:02 +0000 (UTC) Received: from col0-omc2-s14.col0.hotmail.com (col0-omc2-s14.col0.hotmail.com [65.55.34.88]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7B9F33 for ; Fri, 4 Apr 2014 20:45:02 +0000 (UTC) Received: from COL127-W31 ([65.55.34.72]) by col0-omc2-s14.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 4 Apr 2014 13:44:56 -0700 X-TMN: [4vcMyfGdgheBnqhXSV2EOou9WFg91MvJ] X-Originating-Email: [jorgeassembler1@outlook.com] Message-ID: From: Jorge Luis Carvalho Santos To: "freebsd-hackers@freebsd.org" Subject: Complete online course in assembly language of Randall Hyde's is really course in assembly language? Date: Fri, 4 Apr 2014 23:44:56 +0300 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 04 Apr 2014 20:44:56.0602 (UTC) FILETIME=[BD026FA0:01CF5046] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 20:45:02 -0000 Complete online course in assembly language of Randall Hyde's is really cou= rse in assembly language?=20 Is written in FreeBSD Developers' Handbook: "This chapter does not explain the basics of assembly language.There are en= ough resources about that (for a complete online course in assembly languag= e=2C see Randall Hyde's Art of Assembly Language=3B" http://www.freebsd.or= g/doc/en_US.ISO8859-1/books/developers-handbook/x86.html The biggest gripe I have with this book is that it teaches =93High Level As= sembly=94=2C essentially an entirely different language from assembly=2C bu= ilt using assembly macros. It=92s great maybe if you have no programming ex= perience what so ever=85although even then I don=92t know why you would lea= rn HLA instead of a real language. Learning HLA instead of assembly is frustrating for learn the true Assembly= .=20 =