??? 07/19/08 12:48 Read: times |
#156841 - In your case, to all Responding to: ???'s previous message |
Alan,
if you want to load position xx of internal data memory with an inmediate VALUE, should use MOV xx,#VALUE. VALUE can be anything that the assembler sees as a constant value (a CONST declaration, a numerical expression, an ASCII value...). If you omite the # sign, xx is loaded with the value stored in VALUE internal data memory position. In page 39 of the "bible" http://www.nxp.com/acrobat_d...UIDE_1.pdf is a description of different MOVs spelling. Daniel |