📄 option.inc
字号:
;/*********************************************************************
;* Project Name : mDirac III
;*
;* Copyright 2005 by Samsung Electronics, Inc.
;* All rights reserved.
;*
;* Project Description :
;* This software is only for verifying functions of the mDirac III
;* Anybody can use this code without our permission.
;**********************************************************************/
; GBLS 'DMC' should be set in Assembler Pre-defined option.
; GBLS 'DRAM' also.
DRAM_BaseAddress EQU (0x50000000) ;6400 DRAM base
ONENAND_BaseAddress EQU (0x70100000)
;ONENAND_ReadBase EQU (0x00400000) ;6400 Base Map01 command
DownloadAddress EQU (DRAM_BaseAddress+0x00000000)
Exception_Vector EQU (DRAM_BaseAddress+0x03ffff00)
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -