From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: parouby Newsgroups: gmane.emacs.devel Subject: Org-babel assembler extension Date: Sun, 27 Oct 2019 19:16:21 +0100 Message-ID: <386e010b-0308-dafe-86a4-ceb15b741b0a@parouby.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="78162"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 27 21:32:41 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iOpDL-000KBn-K6 for ged-emacs-devel@m.gmane.org; Sun, 27 Oct 2019 21:32:39 +0100 Original-Received: from localhost ([::1]:49364 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOpDJ-0004AS-LV for ged-emacs-devel@m.gmane.org; Sun, 27 Oct 2019 16:32:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34303) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOn5r-0002B2-Sg for emacs-devel@gnu.org; Sun, 27 Oct 2019 14:16:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOn5m-0005oi-Tz for emacs-devel@gnu.org; Sun, 27 Oct 2019 14:16:44 -0400 Original-Received: from 6.mo3.mail-out.ovh.net ([188.165.43.173]:51123) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOn5l-0005gO-7l for emacs-devel@gnu.org; Sun, 27 Oct 2019 14:16:41 -0400 Original-Received: from player714.ha.ovh.net (unknown [10.109.146.122]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id 991C922C299 for ; Sun, 27 Oct 2019 19:16:27 +0100 (CET) Original-Received: from parouby.fr (58.ip-213-32-91.eu [213.32.91.58]) (Authenticated sender: contact@parouby.fr) by player714.ha.ovh.net (Postfix) with ESMTPSA id A35A8B6240A3 for ; Sun, 27 Oct 2019 18:16:24 +0000 (UTC) Content-Language: en-US X-Ovh-Tracer-Id: 16067436097411495142 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrleejgdduudehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenuc X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 188.165.43.173 X-Mailman-Approved-At: Sun, 27 Oct 2019 16:32:17 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:241524 Archived-At: Hello I work on Org-Babel extension for assembler (mainly for x86_64 (x86 not tested)). I always work on it and not all features are implemented yet. But currently, this extension can evaluate code block, and display the registers stat at the end of block (see 'exemple.org' on git repository). Git repository: https://framagit.org/prouby/ob-asm BTW: It's possible I rename it "ob-x86", or something like that. I would like to know, if this package could be add to Emacs when implementation and documentation as stable? Thank you in advance. -- Pierre-Antoine Rouby