bldbgtbl.s

来自「本程序为ST公司开发的源代码」· S 代码 · 共 52 行

S
52
字号
;
; 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 + =
减小字号Ctrl + -
显示快捷键?