home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
assemblr
/
tools
/
asm_lint
/
demo2.asm
< prev
Wrap
Assembly Source File
|
1986-04-26
|
338b
|
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 ?