Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
C/c++ converted to Assembler
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Shannon  
View profile  
 More options Sep 23 2012, 9:33 am
From: Chris Shannon <cshan...@gmail.com>
Date: Sun, 23 Sep 2012 22:33:32 +0900
Local: Sun, Sep 23 2012 9:33 am
Subject: C/c++ converted to Assembler

This is awesome!

http://assembly.ynh.io/

c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Torsten Wagner  
View profile  
 More options Sep 23 2012, 10:01 am
From: Torsten Wagner <torsten.wag...@gmail.com>
Date: Sun, 23 Sep 2012 23:01:44 +0900
Local: Sun, Sep 23 2012 10:01 am
Subject: Re: [THS:20332] C/c++ converted to Assembler
Indeed very nice.
Could get handy for teaching.... bookmarked. Being able to choose an
target and it could get handy esp. for embedded stuff where each cycle
might count.
I really should look more into node.js....
THS-node.js class ?!?!?!?

Totti

On 23 September 2012 22:33, Chris Shannon <cshan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Furkan Mustafa  
View profile  
 More options Sep 23 2012, 10:28 am
From: Furkan Mustafa <furkanmust...@gmail.com>
Date: Sun, 23 Sep 2012 23:27:42 +0900
Local: Sun, Sep 23 2012 10:27 am
Subject: Re: [THS:20334] C/c++ converted to Assembler

I'm in for ths-node.js class (as a listener).

btw, in Hello World sample, I couldn't see where did it store the string...

Furkan

On Sun, Sep 23, 2012 at 11:01 PM, Torsten Wagner
<torsten.wag...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kalin KOZHUHAROV  
View profile  
 More options Sep 24 2012, 1:35 am
From: Kalin KOZHUHAROV <me.ka...@gmail.com>
Date: Mon, 24 Sep 2012 14:35:08 +0900
Local: Mon, Sep 24 2012 1:35 am
Subject: Re: [THS:20335] C/c++ converted to Assembler
On Sun, Sep 23, 2012 at 11:27 PM, Furkan Mustafa
<furkanmust...@gmail.com> wrote:
> I'm in for ths-node.js class (as a listener).

> btw, in Hello World sample, I couldn't see where did it store the string...

Look at the beginning, it is a constant char*, so:

                        .section        .rodata
                .LC0:
0000 21212148           .string "!!!Hello World!!!"
     656C6C6F
     20576F72
     6C642121
     2100

Sometimes using browser's built-in "Search" function is useful.

Kalin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Torsten Wagner  
View profile  
 More options Sep 24 2012, 1:50 am
From: Torsten Wagner <torsten.wag...@gmail.com>
Date: Mon, 24 Sep 2012 14:50:44 +0900
Local: Mon, Sep 24 2012 1:50 am
Subject: Re: [THS:20340] C/c++ converted to Assembler
Hey Kalin,

to Mustafas defence, I checked when he mentioned and swear when I
tried this yesterday evening I couldn't see the header...
either they just changed it or it was some other trouble.... there was
definitely no string term.
From assembler-code I know they jumped to a constant.... but there was
no definition.

Totti

CC. I really would love to be able to select the target architecture.
It would be really nice to e.g. compare x86 and ARM

On 24 September 2012 14:35, Kalin KOZHUHAROV <me.ka...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »