Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/08/02 17:33
Read: times


 
#22715 - help on Franklin compiler, raisonance
hi,
I am a beginner in the world of 8051.
Has anyone worked on the Franklin compiler?
I have a code in assembly which was working fine in the older version of Franklin compiler but the same code doesn't work on the upgraded version. It's showing errors
"code address expected" either at the jump instruction or at the call instruction.

(a) (b)
FUN1 EQU $ Fun1:
----- ------
----- <--set of instructions --> ------
----- -----
jmp ... jmp....
---- -----
----- -----
call ... call ...
----- -----
----- ----
------ -----
RET RET

when i declare a subroutine/function as in (a) its working fine with the older version.
but if i run on the newer version it shows errors "code address expected" at either jmp of call instructions.

if on the other hand i write it in (b) fashion just changing the first line its compiling but i am not able to generate the desired o/p. is it wrong to describe in this fashion??

i tried with the raisonace & Keil compiler too but no luck.

please help me in this matter

thanks,
sundeep

List of 10 messages in thread
TopicAuthorDate
help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      
RE: help on Franklin compiler, raisonance            01/01/70 00:00      

Back to Subject List