⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialogue.c

📁 这是一个基于mips-I结构的处理器,32bit,冯诺依曼结构
💻 C
字号:
/**********************************************************************************//*                                                                                *//*    Copyright (c) 2003, Hangouet Samuel, Mouton Louis-Marie all rights reserved *//*                                                                                *//*    This file is part of gasm.                                                  *//*                                                                                *//*    gasm 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.                                         *//*                                                                                *//*    gasm 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 gasm; if not, write to the Free Software                         *//*    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   *//*                                                                                *//**********************************************************************************//* If you encountered any problem, please contact :                               *//*                                                                                *//*   lmouton@enserg.fr                                                            *//*   shangoue@enserg.fr                                                           *//*                                                                                */#include "dialogue.h"#include <stdio.h>#include <stdlib.h>#include <debogueur.h>int err_code=0;int verbose=0;/* Texte de l'aide en ligne.                                                                 */char help[]="\n\Assembleur pour le microprocesseur miniMIPS version 1.0\n\Utilisation : asmips [options] [fichier]\n\\n\        Exemple : asmips -vo a.obj -l a.lst source.asm\n\\n\Options disponibles :\n\\n\        -v              active le mode verbeux\n\\n\        -n              d閟active la liste d'assemblage\n\\n\        -o nom_fichier  nom du fichier de sortie, par d閒aut a.obj\n\\n\        -p              assemble vers la sortie standard\n\\n\        -l nom_fichier  nom du fichier pour la liste d'assemblage\n\                        par d閒aut, a.lst est utilis閈n\\n\        -s nom_fichier  nom du fichier de syntaxe, par d閒aut \'Syntaxe\'\n\\n\        -m nom_fichier  nom du fichier de macros par d閒aut, contenant les\n\                        pseudo-instructions de l'assembleur\n\\n\Notes d'utilisation :\n\\n\        Si aucun fichier d'entr閑 n'est sp閏ifi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -