Hallo, Ich habe ein seltsames Problem.
Das ist ein vom JAL generiertes code.
Beispiel:
1 | org 0x0008
|
2 | p_73038_generated_aget: ; 26B1
|
3 | movlw H'04'
|
4 | movwf H'002'
|
5 | movf H'002',w
|
6 | goto _39635__vector
|
7 |
|
8 |
|
9 | __indirection:
|
10 | clrf PCLATH
|
11 | clrf PCLATU
|
12 | clrc
|
13 | rlf WREG, w
|
14 | movwf PCL ; go to 0x0008
|
So geht es, aber wenn Ich es ändere in
1 | p_73038_generated_aget: ; 26B1
|
2 | movlw H'04'
|
3 | movwf H'002'
|
4 | movf H'002',w
|
5 | goto _39635__vector
|
6 |
|
7 |
|
8 | __indirection
|
9 | goto p_73038_generated_aget
|
dann nicht mehr.Ich verstehe nicht warum.Kann das jemand vielleicht
nachvollziehen?