op.asm
来自「8位定时器H1(PWM 输出)」· 汇编 代码 · 共 18 行
ASM
18 行
;===============================================================================
;
; Option byte
;
;===============================================================================
OPBT CSEG AT 0080H
DB 10011100B ; Option byte area
; ||||
; |||+----------- Low-speed internal oscillator can be stopped by software
; |++------------ High-speed internal oscillation clock (8 MHz) is selected for system clock source
; +-------------- P34/RESET pin is used as RESET pin
DB 11111111B ; Protect byte area (for the self programming mode)
; ||||||||
; ++++++++----------- All blocks can be written or erased
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?