home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Paradigm LOCATE configuration file for Turbo C++ 1.0
- ;
- ; This configuration file supports the building of ROMable code
- ; using the small, medium, compact and large memory models.
- ; For the huge memory model, make the following changes
- ;
- ; order DATA HUGEBSS HUGEBSSEND STACK ; RAM class organization
- ;
-
- reserve 0x10000 0xeffff ; Identify the empty regions
-
- dup DATA ROMDATA ; Make a copy of initialized data
-
- class CODE = 0xf000 ; Assume loading at address F0000H
- class DATA = 0x0040 ; Data at address 00400H
-
- order DATA BSS BSSEND STACK ; RAM class organization
- order STACK FARHEAP ; Far heap begins after the stack
-
- order CODE INITDATA EXITDATA ; ROM class organization
- order EXITDATA ROMDATA ENDROMDATA
-
- rom CODE INITDATA EXITDATA ROMDATA ; Output classes