Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Operating System Utilities /
Chapter 3 - Mathematical and Logical Utilities / Mathematical and Logical Utilities Reference
Routines


Getting and Setting Memory Values

The HiWord and LoWord functions allow you to extract a word from a long word. The StuffHex procedure provides a quick way to convert hexadecimal values stored in a string into byte values in memory.

To copy a range of bytes from one memory location to another, you should ordinarily use the Memory Manager's BlockMove procedure, which is described in Inside Macintosh: Memory.


Subtopics
HiWord
LoWord
StuffHex

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996