Next: Integer Arithmetic Instructions, Previous: Atomic Memory Access Instructions, Up: Instruction Set [Contents][Index]
Make a SCM character whose integer value is the u64 in
src, and store it in dst.
Extract the integer value from the SCM character src, and
store the resulting u64 in dst.
Make a SCM integer whose value is the s64 in src,
and store it in dst.
Extract the integer value from the SCM integer src, and
store the resulting s64 in dst.