View Full Version : Warning[202]
Del Tapparo
- 24th October 2008, 01:03
Can someone please tell me what this means?
Warning[202] ... file location ... 152 : Argument out of range
This doesn't seem to tell me where the error is. It isn't in line 152, so where is it?
mackrackit
- 24th October 2008, 01:45
From the PM.TXT file in your PBP directory
202 Illegal Character 'Character'
The assembler doesn't recognize the legal use of the specified character.
From MPASM
202 Argument out of range. Least significant bits used.
Argument did not fit in the allocated space. For example, literals must be 8 bits.
And if we could see you code it would help.
Because it is never in line 152. :D
Del Tapparo
- 24th October 2008, 17:41
I found it. I had a Byte variable storing the result of a calculation using a Word variable. It worked in my case, because I knew the bounds of the calculation, but hence, the warning. Thanks for responding.
Powered by vBulletin® Version 4.1.7 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.