This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Pointer initialization of modules in ISR.asm file.

Hi,

Can any one explain the syntax for pointer initialization in isr.asm files used in DP Lib projects?

some examples as given in template project..

  ; dummy variable for pointer initialisation
ZeroNet  .usect "ZeroNet_Section",2,1,1 ; output terminal 1

Digital power workshop example..

; All Terminal modules initially point to the ZeroNet to ensure a known
; start state. Pad extra locations to accomodate unwanted ADC results.
ZeroNet   .usect "Net_terminals",8,1,1
DLcntr      .usect "Net_terminals",1   ; DataLog Counter
_TBcntl    .usect "Net_terminals",1   ; Time Base control sample delay
_IBnmbr   .usect "Net_terminals",1   ; IncBuild Number
Spare1     .usect "Net_terminals",1   ; filler

Kind Regards

Raghu