ds1302.lde

来自「上载的程序可以用于PIC单片机,也可以用于430单片机,本人原创,到至今还没有发」· LDE 代码 · 共 35 行

LDE
35
字号
Advisory[1207]   : some of the command line options you are using are now obsolete
Advisory[1208]   : use --help option or refer to the user manual for option details

Memory Usage Map:

Program space:
    CODE                 used    E6h (   230) of  1F00h words   (  2.9%)
    CONST                used     0h (     0) of  1F00h words   (  0.0%)
    ENTRY                used     0h (     0) of  2000h words   (  0.0%)
    STRING               used     0h (     0) of  2000h words   (  0.0%)

Data space:
    BANK0                used    13h (    19) of    5Fh bytes   ( 20.0%)
    BANK1                used     0h (     0) of    50h bytes   (  0.0%)
    BANK2                used     0h (     0) of    60h bytes   (  0.0%)
    BANK3                used     0h (     0) of    55h bytes   (  0.0%)
    COMBANK              used     0h (     0) of     Fh bytes   (  0.0%)

EEPROM space:
    EEDATA               used     0h (     0) of   100h bytes   (  0.0%)

ID Location space:
    IDLOC                used     0h (     0) of     4h bytes   (  0.0%)

Configuration bits:
    CONFIG               used     0h (     0) of     1h word    (  0.0%)

Summary:
    Program space        used    E6h (   230) of  2000h words   (  2.8%)
    Data space           used    13h (    19) of   170h bytes   (  5.2%)
    EEPROM space         used     0h (     0) of   100h bytes   (  0.0%)
    ID Location space    used     0h (     0) of     4h bytes   (  0.0%)
    Configuration bits   used     0h (     0) of     1h word    (  0.0%)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?