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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/10/04 14:13
Read: times


 
#75695 - RE: ASM works not C PART 2: LCALL vs. AC
Responding to: ???'s previous message
If the address is calculated correctly for acall and incorrectly for lcall, for the same C code, the conclusions from evaluation of the compiler seem obvious ;)
Check 1) For limitations - lcall is 1 byte longer than acall, maybe that byte tips over the code size limit. 2) For timing conditions, lcall executes one cycle longer than acall, that may be the cycle that breaks sync with outside IO. 3) Exact manuals on the eval version limitations (due to the code size limit, there's no reason to use lcall, you can get everywhere within your eval-allowed address space with the short version. So maybe lcall is simply unsupported by the eval version just because there's no reason to use it?)

If neither of these occur and just that settings change break things, that might be a compiler bug.


List of 20 messages in thread
TopicAuthorDate
ASM works not C PART 2: LCALL vs. ACALL            01/01/70 00:00      
   RE: ASM works not C PART 2: LCALL vs. ACALL            01/01/70 00:00      
   RE: ASM works not C PART 2: LCALL vs. ACALL            01/01/70 00:00      
      eval            01/01/70 00:00      
   RE: ASM works not C PART 2: LCALL vs. AC            01/01/70 00:00      
      RE: ASM works not C PART 2: LCALL vs. AC            01/01/70 00:00      
         RE: ASM works not C PART 2: LCALL vs. AC            01/01/70 00:00      
            RE: ASM works not C PART 2: LCALL vs. AC            01/01/70 00:00      
      RE: ASM works not C PART 2: LCALL vs. AC            01/01/70 00:00      
   \            01/01/70 00:00      
      RE: \            01/01/70 00:00      
         RE: \            01/01/70 00:00      
            Reply to off-topic comments...            01/01/70 00:00      
               RE: Reply to off-topic comments...            01/01/70 00:00      
               RE: Reply to off-topic comments...            01/01/70 00:00      
               Hardware bug?            01/01/70 00:00      
   Testing C program results...            01/01/70 00:00      
      RE: Testing C program results...            01/01/70 00:00      
      RE: Testing C program results...            01/01/70 00:00      
         The Next Step...            01/01/70 00:00      

Back to Subject List