Hi - On Tue, Mar 12, 2002 at 10:53:19AM +0100, Jose Luis Ayala wrote: > I'm working with the arm7.cpu architecture and I've addded calls to C > functions with c-raw-call sentences. These functions have been written > into an arm7.opc file. However, recompilation of the opcodes directory > does not read this file and does not generate the resulting files. > [...] The bodies of functions that define c-calls go straight into the appropriate simulator source files, and not into the .opc file. - FChE