87lpc764.bas
来自「82 sample programs written in BASCOM-805」· BAS 代码 · 共 30 行
BAS
30 行
$regfile = "87lpc764.dat"
Dim Version As Long
Restore Label
Read Version
Printhex Version
End
'------------------------------------------------------------
' put this at the end of your program to use the 32 byte
' extended EPROM 'fCe0 - fcff
'------------------------------------------------------------
'point to location in ROM
!.org h'FCE0
Label:
'store some data here
Data &H12345678&
'store UCFG1 and UCFG2 here
'ucfg1 =12 in this sample and ucfg2 = 13
'please use more meaningfull values !
!.org h'fd00
Data 12 , 13
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?