?? area.inc
字號:
; Macro deffinition f黵 Monitor im RAM
; 01.02.01 A. Lichte
; DATA_START: Defines the Start Address for the Monitor Data Area
; Monitor uses 512 Bytes RAM starting at this location.
%DEFINE (DATA_START) (0FFE00H) ; Monitor data area 0x3FFE00 .. 0x3FFFFF
; CODE_START: Defines the Start Address for the Monitor Code Area
; Monitor requires 6KB for program code starting at this location.
%DEFINE (CODE_START) (0FE600H) ; Monitor code area 0x3FE600H .. 0x3FFDFF
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -