~ubuntu-branches/ubuntu/karmic/ocaml-doc/karmic

« back to all changes in this revision

Viewing changes to examples/picomach/simul.mli

  • Committer: Bazaar Package Importer
  • Author(s): Vanicat Rémi
  • Date: 2002-02-05 10:51:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020205105143-a061tunf8tev07ne
Tags: 3.04-4
* New debian maintainer
* Split doc-base file
* Move to non-free
* Change the copyright file to the copyright of the documentation
* remove FAQs (their license prohibit their redistribution)
* corrected the examples

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
open Code;;
 
2
 
 
3
exception Erreur of string * int;;
 
4
 
 
5
val lire_m�moire : int -> int;;
 
6
val �crire_m�moire : int -> int -> unit;;
 
7
val lire_registre : int -> int;;
 
8
val �crire_registre : int -> int -> unit;;
 
9
val tableau_des_appels_syst�me: (int -> int) array;;
 
10
 
 
11
val ex�cute: instruction array -> int -> unit;;