pagetable.s

来自「一个用于ARM的通用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 + -
显示快捷键?