?? main.rm
字號:
//
// Paradigm LOCATE configuration file for Borland C++ for
// EPROM output. This configuration file creates an Intel
// extended .HEX file for burning an EPROM along with an .AXE file
// suitable for debugging with Paradigm DEBUG.
//
hexfile binary offset=0x5e000 size=392 truncate // Intel extended hex output
listfile segments // Generate a segment map
map 0x00000 to 0x1ffff as rdwr // 32KB RAM address space
map 0x20000 to 0x3ffff as reserved // No access
map 0x40000 to 0xfffff as rdonly // 32KB EPROM address space
cputype i80C188EC // Assume an 80C186EC target system
dup DATA ROMDATA // Make a copy of initialized data
class CODE = 0x5e00 // Assume loading at address F0000H
class DATA = 0x1000 // Data at address 00400H
order DATA \ // RAM class organization
BSS BSSEND \
NOINIT \
STACK \
order CODE \ // EPROM class organization
INITDATA EXITDATA \
ROMDATA ENDROMDATA \
output CODE \ // Classes in the output file(s)
INITDATA EXITDATA \
ROMDATA ENDROMDATA \
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -