home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
genie-commodore-file-library
/
C64-128Toolkit
/
ACE-R11-SCR3.ARC
/
HELLO.S
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2019-04-13
|
357 b
|
24 lines
.SEQ ACEHEAD.S
.ORG ACE┴PP┴DDRESS
.OBJ "@0:HELLO"
JMP MAIN
.BYTE ACE╔─1,ACE╔─2,ACE╔─3
.BYTE 64,0 ;** STACK,RESERVED
MAIN = *
LDA #<HELLO═SG
LDY #>HELLO═SG
STA ZP+0
STY ZP+1
LDA #<HELLO═SG┼ND-HELLO═SG
LDY #>HELLO═SG┼ND-HELLO═SG
LDX #STDOUT
JSR WRITE
RTS
HELLO═SG = *
.ASC "╚ELLO, CRUEL WORLD."
.BYTE 7,13
HELLO═SG┼ND = *