Click here to Skip to main content
15,997,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am writing code in Keil IDE for ARM LPC1768 micro
I am writing a C program. how can i jump to a address in inline assembly code?
I used (BX r1) but there is one error => main.c(314): error: #1084: This instruction not permitted in inline assembler

how can i change value of r9,r14(LR) register???

What I have tried:

I cannot access register value...
Posted
Comments
Richard MacCutchan 27-Dec-17 5:37am    
The error message is quite clear. You need to consult the documentation for whichever compiler you are using.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900