qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Warning Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Warning: A4131
     code segment not class 'CODE'
 
     You created a code segment which you did not give the class name
     'CODE'. As a result, the debugger cannot trace code into this
     segment.
 
     The assembler identified this segment as a code segment because
     of an ASSUME statement that associated the segment name with the
     CS register.
                                    -♦-