home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 13
/
CDA13.ISO
/
cdactual
/
demobin
/
share
/
program
/
Asm
/
ALINT.ZIP
/
DEMO2.ASM
< prev
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
|
1986-04-26
|
338 b
|
14 lines
Comment *
This is the second of two ALINT demo files.
*
public a_dword ; This one's OK
extrn Word1:word ; So is this
extrn Byte1:dword ; Error: it's a BYTE variable
extrn Byte2:byte ; See DEMO1.ASM
extrn NotPublic:byte ; Error: not PUBLIC anywhere
a_dword dd ?