妻子伦理片_《味道》电影完整版_HD中文字幕在线观看,silk116无删减在线播放,老师让我解开蕾丝胸罩,陷阱致命的诱惑

米爾科技提醒您:您的瀏覽器版本過(guò)低或者使用了兼容模式,為了獲得更好的瀏覽體驗(yàn),建議使用IE10以上的瀏覽器或使用極速模式。 請(qǐng)升級(jí)瀏覽器以獲得更好的體驗(yàn)!

首頁(yè) > 下載中心 > ARM軟件工具 > Keil C51 > Keil C51 v9.54a uVision5開(kāi)發(fā)工具

Keil C51 v9.54a uVision5開(kāi)發(fā)工具

軟件大小:77 MB 軟件性質(zhì): 免費(fèi)軟件
更新時(shí)間:2015/6/4 9:34:53 應(yīng)用平臺(tái):Win9X/Win2000/WinXP
下載次數(shù):38808 下載來(lái)源:米爾科技
軟件語(yǔ)言:英文 軟件類(lèi)別:ARM軟件工具 > Keil C51
下載


Release Date: 2nd June 2015

  • [μVision]
    • This C51 release comes with μVision V5.14.2.
    • Corrected: Potential error that stopped processing of uVision Debugger Initialization Files (*.ini) that are larger than 4096 bytes.
  • [LX51 Linker/Locater]
    • Implemented: the PUBLICSONLY Linker directive.
      The generated objectfile contains only public symbol information from the inputfile.
    • Enhanced: LX51 code optimization now removes common blocks for unused functions. Example:
      unsigned char a, b, c;
      unsigned char darr [0x10];
      
      void FuncA (void) {
        darr[c] = darr[b];
      }
      
      void FuncB (void) {
        darr[c] = darr[b];
      }
      
      void FuncC (void) {
        darr[c] = darr[a] + darr[b];
      }
      
      void FuncD (void) {
        darr[c] = darr[a] + darr[b];
      }
      
      void main(void) {
        FuncA ();
        FuncB ();
        while(1);
      }
      
      
      ; FUNCTION FuncA (BEGIN)           ; FUNCTION FuncB (BEGIN)            ; FUNCTION FuncC (BEGIN)                ; FUNCTION FuncD (BEGIN)
          R     MOV     A,#LOW darr          R     MOV     A,#LOW darr           R     MOV     A,#LOW darr ----- + ----- R     MOV     A,#LOW darr
          R     ADD     A,b                  R     ADD     A,b                   R     ADD     A,b               |       R     ADD     A,b
                MOV     R0,A     ----- + -----     MOV     R0,A                        MOV     R0,A              |             MOV     R0,A
                MOV     A,@R0          |           MOV     A,@R0                       MOV     A,@R0             |             MOV     A,@R0
                MOV     R7,A           |           MOV     R7,A                        MOV     R7,A              |             MOV     R7,A
          R     MOV     A,#LOW darr    |     R     MOV     A,#LOW darr           R     MOV     A,#LOW darr ----- + ----- R     MOV     A,#LOW darr
          R     ADD     A,c            |     R     ADD     A,c                   R     ADD     A,a               |       R     ADD     A,a
                MOV     R0,A           |           MOV     R0,A                        MOV     R0,A              |             MOV     R0,A
                MOV     @R0,AR7  ----- + -----     MOV     @R0,AR7                     MOV     A,@R0             |             MOV     A,@R0
                RET                    |           RET                                 ADD     A,R7              |             ADD     A,R7
                                       o-> Common code for FuncA and FuncB             MOV     R7,A              |             MOV     R7,A
                                                                                 R     MOV     A,#LOW darr       |       R     MOV     A,#LOW darr
                                                                                 R     ADD     A,c               |       R     ADD     A,c
                                                                                       MOV     R0,A              |             MOV     R0,A
                                                                                       MOV     @R0,AR7           |             MOV     @R0,AR7
                                                                                       RET                       |             RET
                                                                                                                 o-> Common code for FuncC and FuncD
      

      In the example above the functions FuncC() and FuncD() are removed when the REMOVEUNUSED linker directive is specified. Now, the first part of the common code block (FUNCTION ?L?COM0001) is no longer necessary. In previous verions this was still part of the image. With the new linker enhancement even this code block is removed.

      ----- FUNCTION ?L?COM0001 (BEGIN) -----
      000021 7408              MOV      A,#LOW darr  ---+
      000023 2519              ADD      A,b             |\ 
      000025 F8                MOV      R0,A            | \ 
      000026 E6                MOV      A,@R0           |  o-> Common code for FuncC and FuncD
      000027 FF                MOV      R7,A            |
      000028 7408              MOV      A,#LOW darr  ---+
      00002A         ?L?COM0002:
      00002A F8                MOV      R0,A         ---+
      00002B E6                MOV      A,@R0           |\ 
      00002C FF                MOV      R7,A            | \ 
      00002D 7408              MOV      A,#LOW darr     |  o-> Common code for FuncA and FuncB
      00002F 251A              ADD      A,c             |
      000031 F8                MOV      R0,A            |
      000032 A607              MOV      @R0,AR7      ---+
      000034 22                RET
      ----- FUNCTION ?L?COM0001 (END) -------
      
      
  • [AX51 Assembler]
    • Enhanced: SEGMENT assembler statement now also supports ALIGN (1) as minimum alignment value.
  • [New Supported Devices]
    • CAST
      S8051XC3.
    • Maxim
      78M6613.
    • SigmaDesigns
      ZM3102, ZM4102ZM4101, and SD3402.
    • Silabs
      C8051F970-A-GM, C8051F971-A-GMC8051F972-A-GMC8051F973-A-GMC8051F974-A-GMC8051F975-A-GM,
      C8051F370C8051F371C8051F374C8051F375,
      C8051F388C8051F389C8051F38AC8051F38BC8051F38C,
      C8051F390C8051F391C8051F392C8051F393C8051F394C8051F395C8051F396C8051F397,C8051F398C8051F399,
      C8051F750C8051F750BC8051F751C8051F751BC8051F752C8051F752BC8051F755BC8051F756B,C8051F757B,
      C8051F760C8051F761C8051F762C8051F765C8051F766C8051F767,
      C8051T626C8051T627C8051T670, and C8051T671.
    • Texas Instruments
      CC2541F128, CC2541F256CC2543CC2544, and CC2545.
    • Vitesse
      VSC7388, VSC7389VSC7390VSC7391VSC7395VSC7420, and VSC7422.
  • [μVision]
    • This C51 release comes with μVision V5.11.2.0.