大家来帮我看看这个是用什么编译器编写的

2020-02-10 08:52发布

.16f84
                .osc                hs
                .pwrt                on
                .wdt                off
                .protect        off

option                equ        1
status                equ        3
carry                equ        3.0
zero                equ        3.2
rp0                equ        3.5
porta                equ        5
portb                equ        6
intcon                equ        0bh

                org        0ch
level                ds        1
threshold        ds        1
count                ds        1
noise                ds        1
fifo0                ds        1
fifo1                ds        1
fifo2                ds        1
pcount                ds        1                ;For frequence check counter
wait_ct                ds        1                ;wait counter
wait_ct2        ds        1                ;wait counter
wait_ct3        ds        1                ;wait counter
result          ds      1                ;sub routine return volume
tmp                ds        1                ;sub routine work area
inttmp                ds        1                ;w register backup for interrupt
intcount        ds        1                ;counter for interrupt
blink                ds        1                ;for LED flash
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。