home *** CD-ROM | disk | FTP | other *** search
- Comment *
-
- This is the first of two ALINT demo files.
-
- *
-
- public Word1 ; This is OK everywhere
- public Word2 ; Not EXTRN in any module, a mild error
- public Byte1 ; Declared as DWORD in DEMO2
- public Byte2 ; See below
- extrn a_dword:dword ; This is OK
-
- Word1 dw ?
- Word2 label word
-
- Byte1 label byte
- Byte2 equ $ ; This represents an ALINT limit--won't work
-