home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progasm
/
pcmac.arj
/
DEMOS
/
ORDEMO.ASM
< prev
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
|
259 b
|
18 lines
;ORDEMO.ASM
;Demo program for the dw and dd directives
dw 1234h
dd 12345678h
#dw hl
dw 1234h
dd 12345678h
#dd hl
dw 1234h
dd 12345678h
#dw lh
dw 1234h
dd 12345678h
#dd lh
dw 1234h
dd 12345678h
;End of the file ORDEMO.ASM