??? 04/13/08 14:05 Read: times |
#153193 - Why should anyone WANT to know the hex Responding to: ???'s previous message |
When you write in Assembler, you type in the statements that define what instructions you want performed. If you have used an incorrect opcode or invalid address mode or invalid operand, the Assembler complains. The actual values are irrelevant.
If you have an error that you do not understand then copy and paste the offending lines with the error message. I suspect that the Assembler would have complained about your ACALL and said "Out of range error" or "invalid address". Then you would know immediately that you have to use LCALL opcode. David. |