How to suppress assembler warnings?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to suppress assembler warnings?

768 Views
namfuak
Contributor III
Is there any way to temporary suppress HCS08 assembler messages in assembly code, like #pragma warning does in C? -WmsgSd is not good, because I don't want to disable the warning totally, but for a specific code region only
Labels (1)
0 Kudos
Reply
1 Reply

398 Views
peg
Senior Contributor IV

Hello,

 

The method to suppress messages from an assembler would be specific to the assembler used.

If you are using Codewarrior then you should be posting this question in the Codewarrior forum.

0 Kudos
Reply