From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 05:54:24 2015 Return-Path: Delivered-To: freebsd-questions@hub.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 0208610E for ; Fri, 12 Jun 2015 05:54:24 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD9471D38 for ; Fri, 12 Jun 2015 05:54:23 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by igblz2 with SMTP id lz2so4826656igb.1 for ; Thu, 11 Jun 2015 22:54:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9764IycDJqDUTTuaVYhe/e8Sy+g+L7AkPfOqSYkQT2c=; b=03/UI4Sk3370WoH0VWkRFG0zIhs3FLAYHVQj2yQRFjPXPtVFwGyRSzyLABZCKIOaFr U5oJKKG+B4/4Qo4sBYN6RSE0f8RuaMxzqdjlM4J1GB0UkPuCDmmH80yI9uWqt9YTDlNL aT3ML1cnNGHobSl4Mnij07qyAoLzq9jSJcYP41T9UJ27q9oA3FC6E4UXdp3GD0KrBduw 3VIEJv/DVLyDULjySMatDcPT+MbVHlh24sW41INH74qHRNfLlV074bdIGfONVYLDBiu/ CIQku5+eR1oi2DQyb3PqGMZL51izAeC3zSNh4DUMwZ1CzkmpmtSx3QM71WLoGk7xceB+ zPlg== MIME-Version: 1.0 X-Received: by 10.43.159.193 with SMTP id lz1mr14527018icc.26.1434088463080; Thu, 11 Jun 2015 22:54:23 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Thu, 11 Jun 2015 22:54:23 -0700 (PDT) In-Reply-To: <6ee4e8712a7499dd3d703e540f46059b@kathe.in> References: <731c3f79950e679799b5f8078a5ba7f0@kathe.in> <917AE52A-45E0-42CB-A6A8-40BAAE318CC9@gmail.com> <1c5f3e6e3cafb9022d257afcce1757b3@kathe.in> <6ee4e8712a7499dd3d703e540f46059b@kathe.in> Date: Thu, 11 Jun 2015 22:54:23 -0700 Message-ID: Subject: Re: randall hyde's high level assembly! From: Mehmet Erol Sanliturk To: mayuresh@kathe.in Cc: Matthew Pherigo , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 05:54:24 -0000 On Thu, Jun 11, 2015 at 10:45 PM, Mayuresh Kathe wrote: > On 2015-06-12 11:04, Mehmet Erol Sanliturk wrote: > >> On Thu, Jun 11, 2015 at 9:29 PM, Mayuresh Kathe >> wrote: >> >> hi matthew, >>> >>> no luck, I got the following message; >>> root@www:~ # pkg install hla >>> Updating FreeBSD repository catalogue... >>> FreeBSD repository is up-to-date. >>> All repositories are up-to-date. >>> pkg: No packages available to install matching 'hla' have been >>> found in the repositories >>> >>> `uname -a` gives me the following; >>> FreeBSD www.kathe.in [1] 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 >>> #0: Wed May 13 06:54:13 UTC 2015 >>> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC >>> amd64 >>> >>> `freebsd-version` gives me the following; >>> 10.1-RELEASE-p11 >>> >>> anything i might be doing wrong? >>> >>> ~mayuresh >>> >>> On 2015-06-12 09:26, Matthew Pherigo wrote: >>> Hey Mayuresh, >>> >>> There's actually a port in the tree already! 'pkg install hla' >>> >>> --Matt >>> >>> On Jun 11, 2015, at 5:52 AM, Mayuresh Kathe >>> wrote: >>> >>> has anyone been successful at working with randall hyde's high >>> level assembly toolkit under freebsd 10.x? >>> http://www.plantation-productions.com/Webster/ [2] claims to have a >>> pre-built archive, but one that fails to assemble the binaries. :( >>> >>> ~mayuresh >>> >>> _______________________________________________ >>> >> >> Is hla able to generate 64-bit machine code for amd64 ? >> >> It seems that it is for 32-bits , i.e. i386 . >> > > i have been able to run and test 'hla' under amd64 systems running ubuntu. > any particular reason why it will not run under freebsd 64-bit? > one of the things that could be a problem might be the "assembler" itself, > i couldn't find "gas" or an equivalent under freebsd. > > ~mayuresh > > Can you use Nasm ? *cd /usr/ports/devel/nasm**make install* http://forum.nasm.us/index.php?topic=1283.0 Thank you very much . Mehmet Erol Sanliturk