Renesas R8C/Tiny Series Software Manual page 290

16-bit single-chip microcomputer
Hide thumbs Also See for R8C/Tiny Series:
Table of Contents

Advertisement

Term
shift out
sign bit
sign extension
stack frame
string
unpack
zero extension
Meaning
To move the content of a register either to the right or
left until fully overflowed.
A bit that indicates either a positive or a negative (the
highest-order bit).
To extend a data length in which the higher-order to be
extended are made to have the same sign of the sign
bit. For example, sign-extending FF
FFFF
, and sign-extending 0F
16
An area for automatic variables the functions of the C
language use.
A sequence of characters.
To restore combined items or packed information to
the original form. Used to mean to separate 8-bit
information into two parts — 4 lower-order bits and
four higher-order bits, to separate 16-bit information
into two parts — 8 lower-order bits and 8 higher-order
bits, or the like.
To extend a data length by turning higher-order bits to
0's. For example, zero-extending FF
results in 00FF
.
16
Glossary-4
results in
16
results in 000F
.
16
16
to 16 bits
16
Related word
pack

Advertisement

Table of Contents
loading

Table of Contents