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

How to edit a .s file?

I have compiled a C code to create a 1st version .s file that I want to tweak to  get better performance.

But the Keil tools only allow replacement of an instruction.

No instruction can be omitted since the .s files have all the link-able info and assigned addresses.

how does one get around this issue ?

How to freely edit assembly files ?

Any ideas ?

Raminee