Inline Assembly - jmp

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Inline Assembly - jmp

2,232件の閲覧回数
Rocko
Contributor I
Hi,
 
I have loaded my App into a defined section of Flash.  I now need to run the asm_startmeup function to run the App.  The code that has loaded the App doesn't regonise asm_startmeup.  If I know the address of asm_startmeup how do I jump to it and run it?
 
HCS12 would be something like this....(I think):
 
 asm void boot_StartApp(void)

    jmp [0x00010000]
   
}
 
Cheers
 
R
ラベル(1)
0 件の賞賛
返信
1 返信

934件の閲覧回数
Rocko
Contributor I
remove the brackets - jmp 0x00010000 - seems to work!
0 件の賞賛
返信