Important: The information in this document is obsolete and should not be used for new development.
Getting and Setting Memory Values
TheHiWord
andLoWord
functions allow you to extract a word from a long word. TheStuffHex
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