Versions Compared

Key

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

Description

Signature

number nxa.LowByte (number)

Extracts the low byte of the value.

Parameters

...

Return

...

Description

Signature

number nxa.HiByte (number)

Extracts the high byte of the value.

Parameters

...

Return

...

Description

Signature

number nxa.LowWord (number)

Extracts the low word of the value.

Parameters

...

Return

...

Description

Signature

number nxa.HiWord (number)

Extracts the high word of the value.

Parameters

...

Return

...

Description

Signature

boolean nxa.IsBitSet (number, number)

Checks if bit is set.

Parameters

...

Return

...

Description

Signature

number nxa.SetBit (number, number)

Set bit at certain position.

Parameters

...

Return

...

Description

Signature

number nxa.ResetBit (number, number)

Reset bit at certain position.

Parameters

...

Return

...

Description

Signature

number nxa.ResetBit (number, number)

Reset bit at certain position.

Parameters

...

Return

...

Description

Signature

number nxa.SetLoByte (number, number)

Sets the low byte in the value.

Parameters

...

Return

...

Description

Signature

number nxa.SetHiByte (number, number)

Sets the high byte in the value.

Parameters

...

Return

...

Description

Signature

number nxa.SetLoWord (number, number)

Sets the low low word in the value.

Parameters

...

Return

...

Description

Signature

number nxa.SetHiWord (number, number)

Sets the high word in the value.

Parameters

...

Return

...