filename | src/aica/armdasm.h |
changeset | 30:89b30313d757 |
prev | 12:7748fcf320b9 |
next | 561:533f6b478071 |
author | nkeynes |
date | Mon Jan 02 14:49:29 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Change LDM in accordance with the second part of 5.4.6 Fix arm_raise_exception to actually work |
file | annotate | diff | log | raw |
1.1 --- a/src/aica/armdasm.h Sun Dec 11 12:00:28 2005 +00001.2 +++ b/src/aica/armdasm.h Mon Jan 02 14:49:29 2006 +00001.3 @@ -1,7 +1,25 @@1.4 +/**1.5 + * $Id: armdasm.h,v 1.2 2005-12-25 05:57:00 nkeynes Exp $1.6 + *1.7 + * ARM CPU definition and disassembly function declarations1.8 + *1.9 + * Copyright (c) 2005 Nathan Keynes.1.10 + *1.11 + * This program is free software; you can redistribute it and/or modify1.12 + * it under the terms of the GNU General Public License as published by1.13 + * the Free Software Foundation; either version 2 of the License, or1.14 + * (at your option) any later version.1.15 + *1.16 + * This program is distributed in the hope that it will be useful,1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1.19 + * GNU General Public License for more details.1.20 + */1.21 +1.22 #ifndef armdasm_H1.23 #define armdasm_H 11.25 -#include "disasm.h"1.26 +#include "cpu.h"1.28 #ifdef __cplusplus1.29 extern "C" {
.