pagetable.s
来自「FreeScale imx21开发板Nand flash烧写程序」· 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 + -
显示快捷键?