📄 emecfg.h
字号:
/************************************************************************/
/* */
/* Application configuration parameters */
/* (to be set at run time) */
/* */
/* Author: ADC */
/* Department: TPA/OMSBU */
/* date: Jun 21, 2001 */
/* */
/* note: All Y memory RAM */
/* */
/************************************************************************/
/*
* Memory map.
* Set your own values at installation time. However, you can overload them
* at compilation time through dapcc options.
*/
#define PROG_ROM_START 0
#define PROG_ROM_SZ 1792
/*
* X memory
*/
/*
#define XDATA_IO_START 384
#define XDATA_IO_SZ 0
#define XDATA_RW_START 384
#define XDATA_RW_SZ 128
#define XDATA_RAM_START 0
#define XDATA_RAM_SZ 256
#define XDATA_ROM_START 512
#define XDATA_ROM_SZ 0
#define X_START 0
#define XDATA_RAM_EXT_START 0
#define XDATA_RAM_EXT_SZ 0
#define XDATA_ROM_EXT_START 0
#define XDATA_ROM_EXT_SZ 0
*/
#define XDATA_IO_START 256
#define XDATA_IO_SZ 0
#define XDATA_RW_START 256
#define XDATA_RW_SZ 256
#define XDATA_RAM_START 0
#define XDATA_RAM_SZ 256
#define XDATA_ROM_START 512
#define XDATA_ROM_SZ 0
#define X_START 0
#define XDATA_RAM_EXT_START 0
#define XDATA_RAM_EXT_SZ 0
#define XDATA_ROM_EXT_START 0
#define XDATA_ROM_EXT_SZ 0
/*
* Y memory
*/
#define YDATA_IO_START 254
#define YDATA_IO_SZ 2
#define YDATA_ROM_START 256
#define YDATA_ROM_SZ 0
#define YDATA_RAM_START 0
#define YDATA_RAM_SZ 254
#define YDATA_ROM_EXT_START 0
#define YDATA_ROM_EXT_SZ 0
#define YDATA_RAM_EXT_START 0
#define YDATA_RAM_EXT_SZ 0
/*
* Default real sizes for input/output lines. These values can be
* redefined at command level when compiling your application (options
* -xin, -xout and -par of <name>cc and ws_<name>cc).
*/
#ifndef XIN_SIZE
#define XIN_SIZE 0
#endif
#ifndef PARAM_SIZE
#define PARAM_SIZE 2
#endif
#ifndef XOUT_SIZE
#define XOUT_SIZE 0
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -