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. :-)
Cameron, if memory serves, isn't $FFD2 the kernal print routine?
g.