community.borland.com

Article #19037: TA 1.0 - TED.ASM; FORWARD SEGMENT REFERENCE PROBL

 Technical Notes Database

TN4037C.txt   TA 1.0  - TED.ASM; FORWARD SEGMENT REFERENCE PROBL
Category   :Pascal
Platform    :All
Product    :TD  1.x 2.0

Description:
Q.   I downloaded a file called Ted.asm that assembles with MASM
     but not with TASM.
A.   The problem is with a forward segment reference.  Simply
     insert the following lines of code at the beginning of your
     program.
     CSEG SEGMENT
     CSEG ENDS
     FILE_SEG SEGMENT
     FILE_SEG ENDS
     Alternatively, use TASM 1.01 or later.


Reference:


7/2/98 10:45:33 AM
 

Last Modified: 01-SEP-99