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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/11/06 06:25
Read: times


 
#124012 - Detail!
Responding to: ???'s previous message
Inline assembler is entirely compiler-specific, so you need to say what compiler & version you're using. Without this basic information, all that can be said is, read the manual!

M Chitrakar said:
__asm__(""); // inside quote contain jmp to address 3500hex

But the compiler, gives error: unknown reference hex 3500.

Why don't you show the actual text that you've used?
Then it might be possible to say what you've done wrong!

Otherwise, again, all that can be said is, "read the manual and find out how to write a correct reference!"

Also, show the full error message as given by the compiler.
(are you sure it's a compiler error - rather than, for example, a Linker error?)

With all these, use copy-and-paste - do not manually re-type them into the forum!

List of 10 messages in thread
TopicAuthorDate
inline asm            01/01/70 00:00      
   Read The Manual            01/01/70 00:00      
      RTFM            01/01/70 00:00      
      i like manuals anyway            01/01/70 00:00      
   Headaches!            01/01/70 00:00      
   Detail!            01/01/70 00:00      
   you even did not indicate compiler name            01/01/70 00:00      
      Nor its version, nor show your code!            01/01/70 00:00      
         Andy look at date/time of your post and mine            01/01/70 00:00      
            Let's just call it "Consensus"            01/01/70 00:00      

Back to Subject List