?? example1.rul
字號:
/*
This is the simplest possible memory map, a straight one-to-one virtual
to physical mapping covering the complete 4 gigabyte address space.
*/
BASE_ADDRESS 0x00004000 /* table generated to this base address */
/* MMU Level 1 Table generation data */
LEVEL 1
/* Virtual space */
/* 4GB mapped 1->1 */ VIRTUAL 0x00000000 TO 0xFFFFFFFF PHYSICAL 0x00000000 SECTION FULL_ACCESS CACHEABLE AND BUFFERABLE
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -