RE: [Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode)

2006-05-18 Thread pradeep.ramakrishna
PROTECTED] Sent: Thursday, May 18, 2006 7:35 PMTo: Pradeep T Ramakrishna (WT01 - Broadband Networks)Cc: tinyos-help@millennium.berkeley.eduSubject: Re: [Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode) I do not think the JUMP or BRANCH instructuon is actually

Re: [Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode)

2006-05-18 Thread Aditya Bhave
I do not think the JUMP or BRANCH instructuon is actually stored in the interrupt vector table. It would be redundant information.  Basically the interrupt vector number is used as an index into the interrupt vector table (IVT). The entry at that index will give the 32 bit address to jump to to exe

[Tinyos-help] RE: Welcome to the "Tinyos-help" mailing list (Digest mode)

2006-05-18 Thread pradeep.ramakrishna
Hi , In the reset vector address we place the instruction branch or jump and even the address to where we have to jump or branch but the address itself is 32 bits...? How is it that we are able to accommodate the 32 bits address and even the instruction in the 32 bits space Thanks and Reg