home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progasm
/
pcmac.arj
/
DEMOS
/
CHARDEMO.ASM
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-05-22
|
232 b
|
14 lines
;CHARDEMO.ASM
;Demo program for the char directive
DB "AAA\n\r"
#char 'A','a'
DB "AAA\n\r"
#char 'A','A'
DB "AAA\n\r"
#char 65,'A'
DB "AAA\n\r"
#char 65,65
DB "AAA\n\r"
#char 'A','a'
;End of the file CHARDEMO.ASM