1 / 19

Compiler: X 8051.EXE linker: LINK4.EXE 虛擬指令 燒錄

Compiler: X 8051.EXE linker: LINK4.EXE 虛擬指令 燒錄. X8051.EXE. 8051compiler 編譯器 :x8051.exe. 輸入 : *.asm 輸出 : (1) *.lst (2) *.obj. D: disk *.lst. 無須副檔名  led. 無須副檔名  led.obj. LINK4.EXE. 8051 鏈結檔 —link4.exe. OFFSET FOR ‘CODE’. INPUT FILE NAME. OUTPUT FILE NAME. LIBRARY FILE NAME.

Download Presentation

Compiler: X 8051.EXE linker: LINK4.EXE 虛擬指令 燒錄

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Compiler: X8051.EXElinker: LINK4.EXE虛擬指令燒錄

  2. X8051.EXE

  3. 8051compiler編譯器:x8051.exe 輸入: *.asm 輸出: (1) *.lst (2) *.obj

  4. D: disk*.lst

  5. 無須副檔名led

  6. 無須副檔名led.obj

  7. LINK4.EXE

  8. 8051鏈結檔—link4.exe

  9. OFFSET FOR ‘CODE’

  10. INPUT FILE NAME

  11. OUTPUT FILE NAME

  12. LIBRARY FILE NAME

  13. H*.HEX

  14. 虛擬指令 1.ORG 編碼起始位址 Exam: ORG 0h 2.END 程式結束 3.DB 保留n個位元組 Exam: LOOP DB 3 4.EQU 定義符號 Exam: COUNT EQU 30 5. $ 目前位址 Exam: JMP $

  15. 程式燒錄(LEAP) • IC置放

  16. IC廠牌型號選擇

  17. 程式載入(*.HEX)

  18. 程式燒錄

  19. 燒錄結果

More Related