#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.comReceived on Wed Apr 4 22:39:01 2007
This archive was generated by hypermail 2.1.8 : Wed Apr 04 2007 - 23:50:00 EDT