Re: A89: when i say JUMP, you say WHEN?


[Prev][Next][Index][Thread]

Re: A89: when i say JUMP, you say WHEN?




At 10:24 PM 2/18/01 -0600, you wrote:
>
>I'm not sure that i was real clear, I need to know how the op-code is put
>together for a jmp to  address x...

I don't think you need to know.  C variables can be accessed in asm blocks,
so all you need to do is store the addresss you want in a variable, then
use inline asm to jump there.  There should be no reason to actually need
to construct the jmp instruction manually.  I say again, try reading the
documentation.

	James Darpinian




Follow-Ups: References: