The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on February 07, 2005, 10:50:37 AM

Title: Annie.zip
Post by: hutch-- on February 07, 2005, 10:50:37 AM
For those who are still brave enough to frequent the corpse of the news group alt.lang.asm you will be familiar with a member who posts under the name Ascii Annie. Here is a SMALL file that displays annies logo.

[attachment deleted by admin]
Title: Re: Annie.zip
Post by: donkey on February 07, 2005, 12:42:24 PM
I still drop by from time to time, how else can we keep up to date on the world according to Betov and wonder endlessly about how he managed to insert his head so far up his a*s  :green
Title: Re: Annie.zip
Post by: hutch-- on February 07, 2005, 01:08:26 PM
Sounds like he has just been ASSembled.  :green2
Title: Re: Annie.zip
Post by: Vortex on February 07, 2005, 01:40:29 PM
Hutch,

This is a chef d'oevre, mon ami :)
Title: Re: Annie.zip
Post by: Randall Hyde on February 08, 2005, 05:22:24 PM
Quote from: hutch-- on February 07, 2005, 10:50:37 AM
For those who are still brave enough to frequent the corpse of the news group alt.lang.asm you will be familiar with a member who posts under the name Ascii Annie. Here is a SMALL file that displays annies logo.

Maybe we should switch to writing programs that print Annie's logo rather than "Hello World".
And maybe we should have contests to see who can write the smallest "Annie Logo" application rather than the smallest "Hello World" application  :toothy
Cheers,
Randy Hyde
Title: Re: Annie.zip
Post by: hutch-- on February 08, 2005, 11:51:05 PM
The only problem I see with changing from Hello World to Annie's logo is that by size minimisation, someone may do the image of such a sweet young thing some dis-service that does not fully do justice to her obvious virtues.  :naughty:
Title: Re: Annie.zip
Post by: daydreamer on February 09, 2005, 09:00:15 PM
I take it you gonna ship this with the next masm32 version  :bdg
Title: Re: Annie.zip
Post by: Randall Hyde on February 10, 2005, 01:50:00 AM
Quote from: hutch-- on February 08, 2005, 11:51:05 PM
The only problem I see with changing from Hello World to Annie's logo is that by size minimisation, someone may do the image of such a sweet young thing some dis-service that does not fully do justice to her obvious virtues.  :naughty:

Hey, on the computer it's all just silicone, er, silicon anyway  :P
Cheers,
Randy Hyde
Title: Re: Annie.zip
Post by: exluddite on February 10, 2005, 04:31:45 AM
That's pretty cool. And something I can get a handle on. What about animated ASCII avatars?  As a relative newbie to assembly, this fills a void. Something that you can do that also affords some instant gratification.
Me:"Check this out!"
Friend:"Yeah, it's an ASCII picture."
Me:"But I did it in Assembly!"
Friend: *blink* (followed by a concerned look)
Me: (mumbling) "well I thought it was cool..."
Title: Re: Annie.zip
Post by: Randall Hyde on February 10, 2005, 04:40:41 PM
okay, I couldn't resist,
Here's the HLA version, complete with "Wardrobe Malfunction"  :lol


program HLAnnie;
#include( "stdlib.hhf" )
#include( "w.hhf" )

    procedure putstd;
    begin putstd;

        console.cls();
        stdout.put
        (
            nl
            "        _____         " nl
            "       (((   `\       " nl
            "       _ _`\   )      " nl
            "       (^  )   )      " nl
            "        ~-(     )     " nl
            "        _'((,,,)))    " nl
            "     ,-' \_/    `\    " nl
            "    (          ,  |   " nl
            "     `-.-'`-.-'/|_|   " nl
            "        \     / | |   " nl
            "         =()=: / ,' aa" nl
        );

    end putstd;


    procedure wardrobeMalfunction;
    begin wardrobeMalfunction;

        console.gotoxy( 0, 0 );
        stdout.put
        (
            nl
            "        _____         " nl
            "       (((   `\       " nl
            "       o o`\   )      " nl
            "       (^  )   )      " nl
            "        V-(     )     " nl
            "        _'((,,,)))    " nl
            "     ,-' \_/    `\    " nl
            "    '  .       ,  |  " nl
            "   (    _'`-.-'/|_|   " nl
            "    ',-' \    / | |   " nl
            "         =()=: / ,' aa" nl
        );

    end wardrobeMalfunction;

begin HLAnnie;

    putstd();
    w.Sleep( 1000 );
    wardrobeMalfunction();

end HLAnnie;

Cheers,
Randy Hyde
Title: Wardrobe Malfunction
Post by: Randall Hyde on February 10, 2005, 10:13:55 PM
BTW, those who haven't seen this yet (and for whom the phrase "Wardrobe Malfunction" has some meaning), you might want to check the following out:

http://www.budweiser.com/wardrobe_malfunction.html

Over 18 only, please (as per Budweiser's request).
Cheers,
Randy Hyde
Title: Re: Annie.zip
Post by: hutch-- on February 12, 2005, 05:25:04 AM
Demonstration of the law of gravity over time.  :bdg


        _____
       (((   `\
       _ _`\   )
       (^  )   )
        ~-(     )
        _'((,,,)))
     ,-' \_/    `\
    (          ,  |
     `-.-'`-.-'/|_|
        \     / | |
         =()=: / ,' aa

        _____
       (((   `\
       _ _`\   )
       (^  )   )
        ~-(     )
       __'((,,,)))
      / \  /    `\
     /   \/       |
    (          /|_|
     `-.-'`-.-'|| |
       |==()===| \ \ aa

        _____
       ((_   `\
       o o`\   )
       \*  )   )
        O (___)
       _/    \...,
     /  \    /    \
    /    \  /      \
   (      \/     /\_\
    \__,,'``,__,|  \ \
     /====()=====\ | | aa