Renesas R8C/Tiny Series Software Manual page 291

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 bits
to be extended are made to have the same sign as the
sign bit. For example, sign-extending FF
FFFF
, and sign-extending 0F
16
An automatic conversion area used by C language
functions.
A sequence of characters.
To restore combined items or packed information to
its original form. Used to mean to separate 8-bit
information into two parts — 4 lower-order bits and 4
higher-order bits, to separate 16-bit information into
two parts — 8 lower-order bits and 8 higher-order bits,
and 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