This is as simple as it gets.
The classic "Hello World" program.

If you thought C/C++ was easy:

//*******************************
#include <iostream.h>

void main()
{
   cout << "Hello World"
}
//*******************************

Wait till you look through WORLD.ASM :)

If you have any questions, e-mail me at
kao@u.washington.edu. I'm also learning
68K ASM *WITHOUT* books so...

--Daniel Kao
  University of Washington
  kao@u.washington.edu
  11/13/1996
  Homepage: http://weber.u.washington.edu/~kao
  Fargo: http://weber.u.washington.edu/~kao/fargo
