Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Signature

number nxa.LowByte (number) <p>Extracts

Extracts the low byte of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>low byte of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.HiByte">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberlow byte of the value

Description

Signature

number nxa.HiByte (number) <p>Extracts

Extracts the high byte of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr> <tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>high byte of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.LowWord">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberhigh byte of the value

Description

Signature

number nxa.LowWord (number) <p>Extracts

Extracts the low word of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>low word of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.HiWord">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberlow word of the value

Description

Signature

number nxa.HiWord (number) <p>Extracts

Extracts the high word of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>high word of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.IsBitSet">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue

Return

TypeDescription
numberhigh word of the value

Description

Signature

boolean nxa.IsBitSet (number, number) <p>Checks

Checks if bit is set.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th> <th>Description</th>
</tr>
<tr><td>boolean</td><td>if

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
booleanif bit was set it will be true, otherwise

...

false

Description

Signature

number nxa.SetBit (number, number) <p>Set

Set bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.ResetBit">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.ResetBit (number, number) <p>Reset

Reset bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.ResetBit">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.ResetBit (number, number) <p>Reset

Reset bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetLoByte">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbit position

Return

TypeDescription
numberresult of changed bit

Description

Signature

number nxa.SetLoByte (number, number) <p>Sets

Sets the low byte in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>byte value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetHiByte">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbyte value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetHiByte (number, number) <p>Sets

Sets the high byte in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>byte value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th> <th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetLoWord">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMbyte value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetLoWord (number, number) <p>Sets

Sets the low low word in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>word value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetHiWord">
<h1>Description</h1>
<h1>Signature</h1>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMword value

Return

TypeDescription
numberresult of changed value

Description

Signature

number nxa.SetHiWord (number, number) <p>Sets

Sets the high word in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>word value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>

Parameters

NameTypeMandatory/OptionalDescription
 numberMvalue
 numberMword value

Return

TypeDescription
numberresult of changed value