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.

NHET reference

Hi,

perhaps I'm missing something but reading the "NHET Assembler Using Guide" I cannot find a clear statement reference in the form:

   Mnemonic - description - operand list

as in any instruction reference I've read before.

For example: how to know which parameters the WCAPE instruction accepts and what they'r meant for?

I'm new to this argument so be patient if this information can be extrapolated from the guide in some way (but please explain it to me)

BTW: there's somewhere a list of NHET example programs other than PWM generation?

Thank you

  • Matteo, The information you're looking for is probably best found in the Technical Reference Manual (SPNU499). Check out the N2HET chapter. There's a section that gives the details for each instruction including the options.   It also gives psuedo-code for how the instructions execute.

    There are some options where the description is fairly independent of the instruction, and these you'll find in the explained right before the details on each individual instruction.  For example SET/CLR/PULSEHI/PULSELO are described before the instructions as they apply to several instructions the same way.