| 1 |
68 |
tbourke |
(* $Id: sources.ml 68 2008-08-28 00:28:54Z tbourke $
|
| 2 |
|
|
*
|
| 3 |
|
|
* Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
|
| 4 |
|
|
* All rights reserved.
|
| 5 |
|
|
*
|
| 6 |
|
|
* This program is free software; you can redistribute it and/or modify it
|
| 7 |
|
|
* under the terms of the "BSD License" which is distributed with the
|
| 8 |
|
|
* software in the file LICENSE.
|
| 9 |
|
|
*
|
| 10 |
|
|
* This program is distributed in the hope that it will be useful, but
|
| 11 |
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD
|
| 13 |
|
|
* License for more details.
|
| 14 |
|
|
*)
|
| 15 |
|
|
use "mcs51/mcs51_instruction.sig";
|
| 16 |
|
|
use "mcs51/mcs51instruction.sml";
|
| 17 |
|
|
use "mcs51/mcs51.lex.sml";
|
| 18 |
|
|
use "mcs51/mcs51.grm.sig";
|
| 19 |
|
|
use "mcs51/mcs51.grm.sml";
|
| 20 |
|
|
use "mcs51/maketimed.sml";
|
| 21 |
|
|
use "mcs51/mcs51.sig";
|
| 22 |
|
|
use "mcs51/mcs51.sml";
|
| 23 |
|
|
|