X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fdisasm.hpp;h=99e582038716fc77fab58994930b69aa4abd6a58;hb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;hp=bd4460f949afed5aab015b15ba4c8d4a16dcc8ea;hpb=1c6cc28cf5317f2ee9fbc1a408bcaaef3b7378b3;p=emu8051.git diff --git a/src/disasm.hpp b/src/disasm.hpp index bd4460f..99e5820 100644 --- a/src/disasm.hpp +++ b/src/disasm.hpp @@ -1,3 +1,24 @@ +/* + * disasm.hpp + * + * Copyright (C) 1999 Jonathan St-André + * Copyright (C) 1999 Hugo Villeneuve + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef __DISASM_HPP_ #define __DISASM_HPP_ // Do not modify this file directly, it was created by Opcode2cpp.pl