From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile Assembler Date: Mon, 22 Jun 2015 22:49:45 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c80eef0dd5e0519216956 X-Trace: ger.gmane.org 1435006198 17879 80.91.229.3 (22 Jun 2015 20:49:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2015 20:49:58 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Sjoerd van Leent Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 22 22:49:57 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z78fC-0000XB-Dz for guile-devel@m.gmane.org; Mon, 22 Jun 2015 22:49:54 +0200 Original-Received: from localhost ([::1]:41956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z78fB-00023V-NS for guile-devel@m.gmane.org; Mon, 22 Jun 2015 16:49:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z78f6-00021X-H2 for guile-devel@gnu.org; Mon, 22 Jun 2015 16:49:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z78f5-0005Ov-6J for guile-devel@gnu.org; Mon, 22 Jun 2015 16:49:48 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:35755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z78f4-0005OJ-VF for guile-devel@gnu.org; Mon, 22 Jun 2015 16:49:47 -0400 Original-Received: by wiga1 with SMTP id a1so88117231wig.0 for ; Mon, 22 Jun 2015 13:49:45 -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=ISMyvCjEkJ7/oaWM+X/idpbfkmKs03YoQgtLC1+05YQ=; b=ZdcOaHIXGSE3KX/kwwl2WVy0lTDkL/RT2dHb6AJIT6Qe00QQ7gP/QFFr32Z0eWAnwY tf2vTSUPPjkip+bPpWb3yIPmCRaiQBa2w3PWyzHeQIimzHolJFAZYe5U7gyAp+HOavdz nqnqAW07uJnUsgZvmqOH8mTtac8A0i5imd1MDmVFravMIwnAQwkn4zDvKMwFXq76mOoz Aiz7EIX3rB4YH0PcJfMMAu+Xiz/5mZV7gQW460p9h1T153wgwF/B13/JYx9MPlxD4wIq xk6fFIdaLaYk++L7IfdtaCIP5toTvR+gyuWVATGaYQiBffjiV6vSNPQv1vQas0vmNH8K rFow== X-Received: by 10.180.77.136 with SMTP id s8mr35082599wiw.7.1435006185559; Mon, 22 Jun 2015 13:49:45 -0700 (PDT) Original-Received: by 10.194.47.207 with HTTP; Mon, 22 Jun 2015 13:49:45 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17738 Archived-At: --f46d043c80eef0dd5e0519216956 Content-Type: text/plain; charset=UTF-8 2015-06-22 20:32 GMT+02:00 Sjoerd van Leent : > Dear Andy, > > I am still busy with creating a proper assembler within Guile. The first > step was to be able to execute a page, which I have been able to create. > > If you are interested, I can put a git repository somewhere. > Hi, interestingly, I recently started a very similar project, and took the very same first step. However, it quickly turned out that going through the documentation of x86-64 is somewhat tedious, so the project lost its initial impetus. Perhaps it could be valuable or mutually motivating to join forces? My repo is available here: https://bitbucket.org/panicz/envy/src (the project uses an extension module from another project that is not contained in the repo, but can be easily obtained from https://bitbucket.org/panicz/slayer/src) Regards, M. --f46d043c80eef0dd5e0519216956 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2015= -06-22 20:32 GMT+02:00 Sjoerd van Leent <svanleent@gmail.com>:
Dear Andy,

I am still busy with creating a proper assembler within Guile. The first s= tep was to be able to execute a page, which I have been able to create.
=
If you are interested, I can put a git repository somewhere.
<= div>

Hi,
interestingly, I recently start= ed a very similar project, and took the very same first step. However, it q= uickly turned out that going through the documentation of x86-64 is somewha= t tedious, so the project lost its initial impetus.

Perhaps it could be valuable = or mutually motivating to join forces?

=
My repo is available here:

https://bitbucket.org/panicz/envy/src
<= /div>

(the p= roject uses an extension module from another project that is not contained = in the repo, but can be easily obtained from

Regards,
M.

--f46d043c80eef0dd5e0519216956--