From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 23 04:22:51 2007 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39DEF16A419 for ; Sun, 23 Dec 2007 04:22:51 +0000 (UTC) (envelope-from tinierbean@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.244]) by mx1.freebsd.org (Postfix) with ESMTP id 0918F13C448 for ; Sun, 23 Dec 2007 04:22:50 +0000 (UTC) (envelope-from tinierbean@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so878610hsj.11 for ; Sat, 22 Dec 2007 20:22:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=5a6ylNlIxpu9EgM0QBFIJIPtMdtlem36ymc8kMIAa+M=; b=sPl1OdO4MXMrgSqi1z/7u9nNqcxA11aMFxQDGBYdvfzlUmh4IQQYQz41dpzPYKPM/bf9AybJDpkhxb0UlpO9RnrD10puMdWh5yCsmt9j6M/JeFcF8k0mAEQPSbal1jv9z6Nux13Z/qZsbsuhBrOc4X3nooscootTiyniMdLX+5Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Z3PqpFnNobg726g+21xRNje8msjgP9RwF+pfWC8RGjFid4Wkh/AbFp9FIBfPbhZt5IrgNLIIfxRvTr/qvw7NUHdNRwApa6f1OkEpjEpF3tOH4doVafS3bROdToKuh401N6epubFTz2NHvVIYMhpB6l5Fj0pdtGgAR6NbLty6NBI= Received: by 10.151.15.3 with SMTP id s3mr928309ybi.29.1198382202333; Sat, 22 Dec 2007 19:56:42 -0800 (PST) Received: by 10.150.122.10 with HTTP; Sat, 22 Dec 2007 19:56:42 -0800 (PST) Message-ID: Date: Sun, 23 Dec 2007 11:56:42 +0800 From: "zhang feng" To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how do i write assembly code in amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2007 04:22:51 -0000 hello,all i write asm32 code in linux.when i run the code in freebsd amd64, it cannt run. someone give me a help for coding asm64 in freebsd. ths.