xbox37
Üye
- Katılım
- 13 Ara 2006
- Mesajlar
- 3
- Puanları
- 1
- Yaş
- 40
jal de Assembler yazarken dallanma komutu etiketi koyamadım
asagıdakı ogrente goto komutundan sonra herhangi bir etiket koyuyorum ama kabul etmiyor bunu cozebılırmıyız acaba
Assembler
bcf status,2
movlw 0x00
subwf bn0,w
btfss status,2
goto loop
movlw 0x00
movwf bn2
movlw 0x00
movwf bn1
goto 45
loop
movlw 0x19
subwf bn0,w
btfss status,2
goto 35
movlw 0x00
movwf bn2
movlw 0x04
movwf bn1
goto 45
movlw 0x33
subwf bn0,w
btfss status,2
goto 45
movlw 0x00
movwf bn2
movlw 0x08
movwf bn1
goto 45
movlw 0x00
end Assembler
asagıdakı ogrente goto komutundan sonra herhangi bir etiket koyuyorum ama kabul etmiyor bunu cozebılırmıyız acaba
Assembler
bcf status,2
movlw 0x00
subwf bn0,w
btfss status,2
goto loop
movlw 0x00
movwf bn2
movlw 0x00
movwf bn1
goto 45
loop
movlw 0x19
subwf bn0,w
btfss status,2
goto 35
movlw 0x00
movwf bn2
movlw 0x04
movwf bn1
goto 45
movlw 0x33
subwf bn0,w
btfss status,2
goto 45
movlw 0x00
movwf bn2
movlw 0x08
movwf bn1
goto 45
movlw 0x00
end Assembler