⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bldbgtbl.s

📁 本程序为ST公司开发的源代码
💻 S
字号:
;
; Copyright:
; ----------------------------------------------------------------
; This confidential and proprietary software may be used only as
; authorised by a licensing agreement from ARM Limited
;   (C) COPYRIGHT 2002 ARM Limited
;       ALL RIGHTS RESERVED
; The entire notice above must be reproduced on all authorised
; copies and copies may only be made to the extent permitted
; by a licensing agreement from ARM Limited.
; ----------------------------------------------------------------
; File:     rw_support.s
; Release:  Version 1.0
; ----------------------------------------------------------------
;
; ----------------------------------------------------------------
; Version and Release Control Information:
;
; File Name              : $RCSfile: bldbgtbl.s,v $
; File Revision          : $Revision: 1.2 $
;
; ----------------------------------------------------------------
;

;
; Code implementation file for the Logic Tile example2 memory read/write
;

;    EXPORT word_write
;    EXPORT word_read
;    EXPORT hword_write
;    EXPORT hword_read
;    EXPORT byte_write
;    EXPORT byte_read
;    EXPORT spdif_write
;    EXPORT INIT_RAMA
;    EXPORT bd_write
;    EXPORT header_isr
;    EXPORT footer_isr


    AREA rw_support, CODE, READONLY ;READONLY is default for CODE

; -----------------------------------------------------------------
; word_write(int addr, int data)
; writes a word to an address
; -----------------------------------------------------------------
;r0 contains addr
;r1 contains data

          END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -