tinybld18F25J11_int8MHz_19200.asm mpasm (v5.71) complier error, Operand contains unresolvable labels or is too complex
2017-04-27
2017-04-27
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Hi Forum,
I am not at all an expert in assembly, so please bare with me.
I am using mpasm (v5.71).
As mentioned in the topic the error is:
Error[151] path/to/tinybld18F25J11_int8MHz_19200.ASM 147 : Operand contains unresolvable labels or is too complex
Here is the code:
it seems as if the compiler doesn't like the use of labels. If I change it to:
there error goes away.
Maybe some one else has had the same problem and knows a fix???
Thanks for any help I can get.
Hi,Eric
①Is the label defined correctly?
IntrareBootloader:
②Description without label.
;0x0F=0x3C00>>10,0x1F=0x7C00>>10,0x3F=0xFC00>>10
From Dan