RE: Binary values
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Apr 22, 2002
- 373 views
> -----Original Message----- > From: Jonas Temple [mailto:jktemple at yhti.net] > Okay, maybe I'm just having a mental block here. If I am > peeking data > from memory that is defined as a 4-Byte binary number, how would I > convert that to an atom to display the value to the user? puts(1, sprint( peek4u( ptr ) ) ) or puts(1, sprint( peek4s( ptr ) ) ) Matt Lewis