This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Modifying the LPC2300.s file

Given this:

I want to modify it to use an external version of SWI_Handler IFF it exists.

I could add an IMPORT SWI_Handler directive and comment out the SWI_Handler B SWI_Handler line, but that doesn't do it automatically.

I would like to use the default looping SWI_Handler if no other code has an EXPORT SWI_Handler.

Can this be done nicely?

Many thanks, David

0