📄 start_mx.a51
字号:
$NOCOND MOD_MX51
;------------------------------------------------------------------------------
; This file is part of the PK51 Professional Developers Kit
; Startup Code for the Philips 80C51MX architecture
; Copyright (c) 2000-2001 Keil Elektronik GmbH and Keil Software, Inc.
; Version 1.00
;------------------------------------------------------------------------------
; START_MX.A51: This code is executed after processor reset.
;
; To translate this file use A51 with the following invocation:
;
; AX51 START_MX.A51
;
; To link the modified START_MX.OBJ file to your application use the following
; BL51 invocation:
;
; LX51 <your object file list>, START_MX.OBJ <controls>
;
;------------------------ Configuration Section -------------------------------
;
; Chip Specific Options
;
; EAM: Extended Addressing Mode (MXCON.2)
EAM EQU 1 ; 0 = classic 8051 bus with 16 address lines
; ; 1 = 24 bit BUS; upper address is multiplexed on Port 2
;
;NOTE: When non-volatile configuration bit EAMSET is set, EAM bit is
; always
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -