-
1. Re: problem in code gerate
bruno.da.silva.pereira Sep 24, 2012 10:29 AM (in response to bruno.da.silva.pereira)correcting
what might be happening?
-
2. Re: problem in code gerate
user_1377889 Sep 24, 2012 11:00 AM (in response to bruno.da.silva.pereira)I would suggest you to zip your project folder and upload the file here, so we all can have a look at.
Bob
-
3. Re: problem in code gerate
user_1377889 Sep 24, 2012 11:25 AM (in response to bruno.da.silva.pereira)By the way: "Branch out of bounds" sounds like an assembly error. Are you using C and/or assembly?
Bob
-
4. Re: problem in code gerate
bruno.da.silva.pereira Sep 24, 2012 12:01 PM (in response to bruno.da.silva.pereira)I'm using assembly
-
5. Re: problem in code gerate
bruno.da.silva.pereira Sep 24, 2012 12:05 PM (in response to bruno.da.silva.pereira)Are you had similar problem bob?
-
6. Re: problem in code gerate
user_1377889 Sep 24, 2012 2:36 PM (in response to bruno.da.silva.pereira)When you use assembly you can make errors that cause exactly your errormessage. Quite easy: you have a jump-instruction and you must use an LJMP. The JMP just reaches +- 128 Bytes (estimated).
So Why do you not use C ????
Bob
-
7. Re: problem in code gerate
bruno.da.silva.pereira Sep 24, 2012 4:51 PM (in response to bruno.da.silva.pereira)IT IS MY PROBLEM! I get this menssage also, the build request for change CALL of LCALL, Wold like of know why.
I'll try in C
thank you by answer!
Fica com Deus
Abraços
-
8. Re: problem in code gerate
bruno.da.silva.pereira Sep 25, 2012 7:55 AM (in response to bruno.da.silva.pereira)Bob thank you, your answer helped me
changed jmp per ljmp and call per lcall sucefull
abraços
Fica com Deus