On Tuesday, 26 January 2016 at 02:44:56 UTC, maik klein wrote:
On Monday, 25 January 2016 at 23:08:32 UTC, Iain Buclaw wrote:
Hi,

After a much needed rebuild of the server running various GDC-related hosted services [http://forum.dlang.org/post/zrnqcfhvyhlfjajtq...@forum.dlang.org] - I've gotten round to updating the compiler disassembler.

http://explore.dgnu.org/

Now supports 12 different architectures from ARM to SystemZ! (not including -m32 or any -march options)

Enjoy.
Iain.

This is awesome, I think I am going to use this to finally learn some assembly. But I am not quite sure though what the output is, is it x86 or x64?

The first is x64. You can switch to x86 using -m32. However I could just add an extra compiler to do this automatically.

Iain.

Reply via email to