4.7 Code_pack Directive
The MPASM CODE_PACK directive starts a section containing program
code that will not be padded to an even length.
Suggested Replacement
Use the predefined code psect, or a create a similar
psect, ensuring the flags are suitable for a section containing executable code on
the target device.
See Code Directive for more information and examples.
