??? 02/07/06 14:12 Read: times |
#109397 - Pedantic Responding to: ???'s previous message |
Kai Klaas said:
begin: mov auxr,#00011001b ;reset pin is input Suresh R said:
description of this instruction is needed I said:
Each and every instruction in the 8051 Instruction Set is described in detail in the ... 80C51 Family Programmer’s Guide and Instruction Set Erik Malund said:
not quite, when a SFR is involved you also need to, dare I say it, read the datasheet. I meant precisely what I said: the instruction is fully described in the Instruction Set Manual. Thus Kai's code loads the value 00011001 into the "auxr" Special-Function Register. Of course, as you say, the OP will need to look at the Datasheet for the particular chip to determine the effect of loading that particular value into that particular SFR... ;-) |