Mercurial > hg-old > index.cgi
comparison src/instab.h @ 4:34568fab6058
Fixed package to include all required files; also added copyright preamble to all source files
author | lost |
---|---|
date | Sat, 04 Oct 2008 03:14:20 +0000 |
parents | 57495da01900 |
children | 05d4115b4860 |
comparison
equal
deleted
inserted
replaced
3:46e532283947 | 4:34568fab6058 |
---|---|
1 /* | 1 /* |
2 * instab.h | 2 instab.h |
3 * | 3 Copyright © 2008 William Astle |
4 * definitions for the instruction table | 4 |
5 */ | 5 This file is part of LWASM. |
6 | |
7 LWASM is free software: you can redistribute it and/or modify it under the | |
8 terms of the GNU General Public License as published by the Free Software | |
9 Foundation, either version 3 of the License, or (at your option) any later | |
10 version. | |
11 | |
12 This program is distributed in the hope that it will be useful, but WITHOUT | |
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
15 more details. | |
16 | |
17 You should have received a copy of the GNU General Public License along with | |
18 this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | |
20 | |
21 Contains definitions for the instruction table | |
22 */ | |
6 | 23 |
7 #include "lwasm.h" | 24 #include "lwasm.h" |
8 | 25 |
9 #ifndef __instab_h_seen__ | 26 #ifndef __instab_h_seen__ |
10 #define __instab_h_seen__ | 27 #define __instab_h_seen__ |