Hardware Reference
In-Depth Information
close?4_1
call
resp_1
bra
close?_deltest
close?4_0
call resp_0
bra close?_deltest
close?_deltest
movff POSTINC2,BULKOUT
movlw ','
cpfseq BULKOUT
bra close?_cbrack
bra close?_loop
close?_cbrack
movlw ')'
cpfseq BULKOUT
bra close?_error2
movlw ';'
movwf BULKIN
call
ResponseByte
; set MAV
movlw 0xFF
movwf MAV_FLAG
; good end
close?_ok
retlw 0
; illegal path value
close?_error1
bsf ESR,EXE ;execution error
call computeESB
retlw 1
; not a channel_list at all
close?_error2
bsf ESR,CME ;command error
call computeESB
retlw 2
resp_1
movlw '1'
resp_tail
movwf BULKIN
call
ResponseByte
return
resp_0
movlw '0'
bra
resp_tail
Search WWH ::




Custom Search