1樓:匿名使用者
org 0000h
ljmp main
org 000bh
ljmp t0int
org 0030h
main:
mov tmod,#01h
mov th0,#high(65536-5000)mov tl0,#low(65536-5000)setb tr0
setb et0
setb ea
clr a
sjmp $
t0int:
clr tr0
mov th0,#high(65536-5000)mov tl0,#low(65536-5000)setb tr0
inc a
retiend
2樓:做而論道
;org 0000h
sjmp start
org 000bh
mov th0, #0ech
mov tl0, #78h
inc a
reti
start:
mov tmod, #01h
mov th0, #0ech
mov tl0, #78h
mov ie, #82h
setb tr0
sjmp $end
組合語言程式設計問題編寫組合語言程式。能每隔10秒顯示數字分別為
org 0000h 數碼管共陰 ajmp main org 000bh t0ms equ not 50000 100 ms 晶振 6.000 mhz pjsbz equ 20h pjsbzy equ 21h pst0 mov tl0,low t0ms t0 中斷 mov th0,high t0ms ...
組合語言程式設計題求高手
湯旺河邊 1 編寫一個程式實現 在buf開始的儲存區中存放30個帶符號數,試統計其正數 負數和零的個數,並將統計的個數分別放到plus negative zero單元中。本程式通過編譯,執行正確 code segment assume cs code,ds code buf db 23,69,0,3...
組合語言問題,組合語言問題
蜜蜂小玉米 assume cs code assume ds data data segment db i love you.data ends code segment start mov ax,data mov ds,ax mov bx,0 s0 check mov al,ds bx cmp a...