Hello World! on modern processors.

From: Cameron Kaiser <spectre_at_stockholm.ptloma.edu>
Date: Wed Aug 22 08:31:57 2001

> >Fine then -- Commodores can just STA directly to screen memory (exercise
> >left for the reader). :-)
>
>
> I can do better (if someone hasn't already) -- this is for the Sol:
>
> ORG 0000h
> JMP 0000h
>
> ORG 0CC00h
> DB 'Hello World!'

Oh yeah?

        ; Commodore 64 and 128
        * = $0400
        .asc 'hello world'

You don't even have to JMP to it. :-)

-- 
----------------------------- personal page: http://www.armory.com/~spectre/ --
 Cameron Kaiser, Point Loma Nazarene University * ckaiser_at_stockholm.ptloma.edu
-- When in doubt, take a pawn. -- Mission: Impossible ("Crack-Up") ------------
Received on Wed Aug 22 2001 - 08:31:57 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:33:34 BST