unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
To: Arne Babenhauserheide <arne_bab@web.de>
Cc: guix-devel@gnu.org, guile-user@gnu.org, epsilon-devel@gnu.org,
	bootstrappable@freelists.org
Subject: Re: Mes 0.9 released
Date: Wed, 26 Jul 2017 22:28:51 +0200	[thread overview]
Message-ID: <87lgnbaqnw.fsf@gnu.org> (raw)
In-Reply-To: <871sp3558c.fsf@web.de> (Arne Babenhauserheide's message of "Wed,  26 Jul 2017 22:09:55 +0200")

Arne Babenhauserheide writes:

>> I am pleased to announce the release of Mes 0.9, representing 107
>> commits over 5 weeks.
>
> Congrats!

Thanks!

>> Mescc now compiles to a surprisingly readable
>> stage0 M1 macro assembler output format.
>
> Nice! Can you give a short example of that format?

Here's the result of compiling scaffold/hello.c

--8<---------------cut here---------------start------------->8---
:main
	push___%ebp
	mov____%esp,%ebp
	sub____%esp,$i32 %0x1054
					# eputs("Hello, Mescc!\n"); 
	push___$i32 &string_0
	call32 %eputs
	add____$i8,%esp !0x4
	test___%eax,%eax
	mov____$i32,%eax %0x2a
	leave
	ret

:ELF_data

:string_0
"Hello, Mescc!
"
--8<---------------cut here---------------end--------------->8---

>> Also, mescc can now compile a
>> modified TinyCC into a running [mostly segfaulting] executable.
>
> Very cool!
>
> Thank you for your great work!

:-)

Thanks for the support!
janneke

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com



  reply	other threads:[~2017-07-26 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 12:11 Mes 0.9 released Jan Nieuwenhuizen
2017-07-26 20:09 ` Arne Babenhauserheide
2017-07-26 20:28   ` Jan Nieuwenhuizen [this message]
2017-07-27 14:54 ` Christopher Allan Webber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgnbaqnw.fsf@gnu.org \
    --to=janneke@gnu.org \
    --cc=arne_bab@web.de \
    --cc=bootstrappable@freelists.org \
    --cc=epsilon-devel@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).