pagetable.s
来自「freescale mx21系列ARM芯片9328的WINCE5.0下的Nor 」· S 代码 · 共 14 行
S
14 行
AREA pagetab, ALIGN=14, DATA
EXPORT pagetab
; Create the pagetable using repetitive assembly. Creates just a table
; of "section" entries. True "page tables" would need to be created in a
; similar fashion.
EXPORT pagetable
pagetable
SPACE 16384
END
; end of file pagetable.s
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?