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

Back to Subject List

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


 
Msg Score: -1
 -1 Non-Specific question
#123994 - inline asm
hi,

I want to put an inline asm to jump to another location in a C program.
........;
__asm__(""); // inside quote contain jmp to address 3500hex
.......;
I know this is against good programming practice but saves me lots of headaches if I dont.

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

so, what can be the error?
Ok. you can just tell me how I can jump using asm() within C. that will suffice.
thanks











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