Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* unsigned word type in OCaml?
@ 1999-01-29 22:23 Sussillo, David
  1999-01-31 12:20 ` Jean-Christophe Filliatre
  1999-02-01 14:10 ` Xavier Leroy
  0 siblings, 2 replies; 3+ messages in thread
From: Sussillo, David @ 1999-01-29 22:23 UTC (permalink / raw)
  To: 'caml-list@inria.fr'


Hello,

I'm working on a low level systems project, and I'm thinking about using   
OCaml as the langauge.  However, try as I might, I simply cannot find a   
reference to a machine word type.

More specially, I need:
a. byte access to machine words
b. unsigned 32 bit quantities (e.g. physical address)
c. bitwise boolean operations (shifts, not, and & or)

Have I missed something either in the mailing list or the documentation?   
 What about (yuk) storing my OCaml words as strings and then  passing   
these strings to C and operating on them there? Wouldn't be great, but   
maybe a it's a temporary solution.

Thanks,
dave   




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-02-03 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-29 22:23 unsigned word type in OCaml? Sussillo, David
1999-01-31 12:20 ` Jean-Christophe Filliatre
1999-02-01 14:10 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox