📄 st.inc
字号:
COMMENT ~ ------------------------------------------------
C_thru_ROM Startup Code Configuration File
Version 1.91-C
Copyright (C) 1988-1992, Datalight Inc.
All Rights Reserved
This file contains the assembly-time options for the
C_thru_ROM Startup Code. All these options must be
set correctly BEFORE you assemble the startup code for
your particular C compiler and configuration. See the
manual and READ.ME for a complete explaination.
---------------------------------------------------------- ~
; Compiler and Memory Model, see manual for complete description
memL = 1 ; C memory model (memS, memM, memC, memL, memH)
COMPILER = BC3 ; USEASM, MSC5, MSC6, MSC7, TC2, TCPP, BC2, BC3
FLOAT = NONE ; NONE, INLINE, EMULATED, ALTERNATE
CPUTYPE = I186 ; I8086, I186, I286, I386, I486, V25, V40, V53
; Boot Method, see manual for complete description
BOOTMETHOD = POWERUP ; NONE, POWERUP, BIOSEXT (POWERUP.INC or BIOSEXT.INC)
HARDINIT = 1 ; hardware initialization (see HARDINIT.INC)
; Error handlers, see manual for complete description
USEREXIT = 0 ; let user define exit() function
USERMATHERR = 0 ; let user supply FP exception handlers
NULL_PTR_CHK = 0 ; check for NULL pointer assignments
INT_21_CHK = 0 ; trap INT 21H as error
; Other Options, see manual for complete description
STACKSIZE = 16384 ; size of stack (default 2048 bytes)
HEAPEND = 02000H ; 128K, ending paragraph (ie 0A000H = 640K)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -