RE: Hello World

From: Joel Rosenzweig <joel.rosenzweig_at_comcast.net>
Date: Wed Apr 04 2007 - 22:50:04 EDT

Mark,

I've been too busy to read much of any Vectorlist for a long while. But
this post caught my eye. What a treat. I'll be rooting for you as you test
the code on the real target.

Joel-

-----Original Message-----
From: owner-vectorlist@vectorlist.org
[mailto:owner-vectorlist@vectorlist.org] On Behalf Of Mark Jenison
Sent: Wednesday, April 04, 2007 10:42 PM
To: vectorlist@vectorlist.org
Subject: VECTOR: Hello World

#include <g80.h>

int main()
{
    int x = 800;
    int y = 1100;
    init_vectors();
    set_font(standard_font);
    vprintf(x,y,"HELLO WORLD");
    for(;;)
    {
        wait_vblank_noint();
    }
}

http://www.enteract.com/~jenison/mars/pics/svdk.jpg

Now to burn an EPROM and see how that goes...

-- 
Mark Jenison
---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
Received on Wed Apr 4 22:50:14 2007

This archive was generated by hypermail 2.1.8 : Wed Apr 04 2007 - 23:50:00 EDT