📄 oemabort.lst
字号:
ARM macroassembler Page:1
1 00000000 ;
2 00000000 ; The content of this file or document is CONFIDENTIAL and PROPRIETARY
3 00000000 ; to Jade Technologies Co., Ltd. It is subjected to the terms of a
4 00000000 ; License Agreement between Licensee and Jade Technologies Co., Ltd.
5 00000000 ; restricting among other things, the use, reproduction, distribution
6 00000000 ; and transfer. Each of the embodiments, including this information
7 00000000 ; and any derivative work shall retain this copyright notice.
8 00000000 ;
9 00000000 ; Copyright (c) 2004 - 2005 Jade Technologies Co., Ltd.
10 00000000 ; All rights reserved.
11 00000000 ; ----------------------------------------------------------------
12 00000000 ; File: oemabort.s,v
13 00000000 ; Revision: 1.0
14 00000000 ; ----------------------------------------------------------------
15 00000000 ; $
16 00000000 ;
17 00000000 ; -*-Asm-*-
18 00000000 ;
19 00000000 ; - header file for the data abort veneer
20 00000000 ;
21 00000000 ; This file selects options suitable for Windows CE's use of
22 00000000 ; the data abort veneer.
23 00000000 ;
24 00000000
25 00000000 ; No abort handling needed. Ideally we would just not define
26 00000000 ; OEMDataAbortHandler, and let the kernel use a weak import so that it
27 00000000 ; resolves directly to the kernel DataAbortHandler. Unfortunately, this
28 00000000 ; fails to work - the final image always calls the kernel DataAbortHandler
29 00000000 ; directly.
30 00000000
31 AREA .text,CODE
32 00000000 EXPORT OEMDataAbortHandler
33 00000000 IMPORT DataAbortHandler
34 00000000 ea000000 OEMDataAbortHandler B DataAbortHandler
35 00000004
36 00000004 END
Assembly terminated, errors: 0, warnings: 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -