option.inc
来自「s3c6400 ADS下官方测试程序」· INC 代码 · 共 26 行
INC
26 行
;/*********************************************************************
;* 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 + =
减小字号Ctrl + -
显示快捷键?