Jump to content
Science Forums

Hello World


Doc Cosmo

Recommended Posts

Hi everyone,

Remember when tension and excitement was building as you approched the climax of - learning how to output "Hello World" - to the screen on your first programming experience?

Well that is my experince NOW! My first post to this (and any) forum.:)

 

Welcome Doc Cosmo; and hang on to your seat for many exciting new things are coming your way here at Hypography. Climax after climax.......................wonderful.

Link to comment
Share on other sites

48 65 6c 6c 6f 20 44 6f 63 2e 20 57 65 6c 63 6f 6d 65 20 74 6f 20 48 79 70 6f 67 72 61 70 68 79 20 3a 29

:) Hi C1ay, No I can't read assembly and these days neither can my software. Gone, and thankfull I am for that, are the days of CP/M and de bugger DEBUGGER.

Link to comment
Share on other sites

main(int argc, char *argv[]) { printf("Hello world!n"); return 0; } !

 

Cheers,

Buffy

 

;)

I C

 

0000 0E0B MV1 C, B$CONST

0002 CD0500 CALL BDOS

 

Assembly fragment from CP/M used to poll the console status from the days when one had to programme the ancient Z80 (the correct layout is missing, sorry)

 

Everything should be made as simple as possible, but not simpler - AE. :)

Link to comment
Share on other sites

;) Hi C1ay, No I can't read assembly and these days neither can my software. Gone, and thankfull I am for that, are the days of CP/M and de bugger DEBUGGER.

It's hex encoded ASCII. Here it is in binary if you'd prefer:

01001000 01100101 01101100 01101100 01101111 00100000 01000100 01101111 01100011 00101110 00100000 01010111 01100101 01101100 01100011 01101111 01101101 01100101 00100000 01110100 01101111 00100000 01001000 01111001 01110000 01101111 01100111 01110010 01100001 01110000 01101000 01111001 00100000 00111010 00101001

 

If you'd prefer just the ASCII though try this:

Hello Doc. Welcome to Hypography :)

Link to comment
Share on other sites

It's hex encoded ASCII. Here it is in binary if you'd prefer:

01001000 01100101 01101100 01101100 01101111 00100000 01000100 01101111 01100011 00101110 00100000 01010111 01100101 01101100 01100011 01101111 01101101 01100101 00100000 01110100 01101111 00100000 01001000 01111001 01110000 01101111 01100111 01110010 01100001 01110000 01101000 01111001 00100000 00111010 00101001

 

If you'd prefer just the ASCII though try this:

Hello Doc. Welcome to Hypography

 

Thanks C1ay,

Yeah, I 'new' it was a message (the double 6c etal)and I did try to decode - briefly (and didn't rémémbér the IBM charactér sét). :circle:

Hey I'm not a computer whizz and although I have spent most of the last 25 years in front one or another, I really joined because of my life long intrest in cosmology. Computers are just a useful tool one needs along the way. These days I'm semi-retired and free to enjoy that passion, on hold while earning a living was more important! :)

PS. If you are one who understands binary, who is the other?

 

My life is a simple thing, of interest to no one. That I exist is the only fact necessary. - AE

Link to comment
Share on other sites

Welcome Doc Cosmo; and hang on to your seat for many exciting new things are coming your way here at Hypography. Climax after climax.......................wonderful.

 

Hi infamous,

You were right!

I've spent hours exploring an Alladin's cave of (scientfic) delights. It has made me even keener. :)

 

Thanks

Doc Cosmo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...