nth-byte ( x n -- b )


Vocabulary
endian

Inputs
xan integer
na non-negative integer


Outputs
ba byte


Word description
Outputs the nth least significant byte of the sign-extended 2's complement representation of x.

Definition