Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!snorkelwacker.mit.edu!ai-lab!rice-chex!bson From: bson@rice-chex.ai.mit.edu (Jan Brittenson) Newsgroups: comp.sys.handhelds Subject: Re: HP 48 Object types Message-ID: <11982@life.ai.mit.edu> Date: 21 Nov 90 02:49:45 GMT References: <1990Nov20.140927@ee.ubc.ca> Sender: news@ai.mit.edu Organization: nil Lines: 18 In article <1990Nov20.140927@ee.ubc.ca> jmorriso@ee.ubc.ca writes: >from this you can deduce that an object of >type 20 = System Binary (called shorts by some) >type 21 = Long Real >type 22 = Long Complex >type 23 = Linked Array >type 24 = Character >type 25 = Code >type 26 = Library Data >type 27 = External An interesting side-note here is that objects with types #2baa, #2bcc, #2bee, and #2c10 all appear as External on the stack, and have TYPE 27. They can be recognized in a type switch as <1ah>, <1bh>, <1ch>, and <1dh>. They are Library Data objects, i.e. a type followed by a 5-nibble size word, followed by the data, and evaluate to themselves.