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(a)stockholm.ptloma.edu
-- When in doubt, take a pawn. -- Mission: Impossible ("Crack-Up") ------------