I couldn’t resist…

Date: February 4, 2005 10:44:55 AM -0500From: Jason YoungTo: nag@lists.ncsu.eduSubject: Re: [nag] just a thank you        --On February 4, 2005 9:27:05 AM -0500 Steven Jones wrote:    > If I had the time, I'd write some smoking basic code for that Commodore to> emulate a Windows XP desktop. That would be good!    5 REM Windows XP Emulator10 FOR X=0 TO 64020 FOR Y=0 TO 48030 COLOR = BLUE40 PLOT(X,Y, COLOR)50 NEXT Y60 NEXT X70 PRINT("STOP 0x0000000A")80 PRINT("IRQL_NOT_LESS_OR_EQUAL")90 REM TODO Figure out PEEK/POKE Statements to play Funeral Dirge100 END    Sorry, I couldn't resist.    Jason    --~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Jason Young                        NC STATE UNIVERSITYITECS Systems Group Manager         COLLEGE OF ENGINEERINGhttp://people.engr.ncsu.edu/jayoung ____________________________________________________________