home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
assemblr
/
tools
/
pcmac
/
ordemo.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to 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