How efficient is the code that PortAsm produces?
Generally, very efficient, since PortAsm carries out a comprehensive analysis of the original program and generates optimized code for the new architecture. Where necessary, critical parts of the application can be re-coded in assembler (in the original source file), to take advantage of specific features of the new architecture.