Skip to content

Commit 35ee36c

Browse files
committed
Introdução
1 parent 9062741 commit 35ee36c

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

main.c

+20-8
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,35 @@
44
#include "classfile.h"
55
#include "jvm.h"
66

7-
/** \mainpage JVM implementation - 2019/2 - G6
7+
/** \mainpage JVM - 2019/2 - G6
88
*
99
* \section intro_sec Introduction
1010
*
1111
* This is the introduction.
1212
*
1313
* \section install_sec How to execute:
1414
*
15-
* \subsection step1 Step 1: Make
15+
* \subsection step1 Step 1: Makefile
1616
*
17-
* \section students_sec Students
17+
* Compile the program using the file Makefile or MakefileWin (depending on your platform)
18+
* with the make tool in your command prompt.
1819
*
19-
* \subsection name1 Giordano S. Monteiro
20-
* \subsection name2 Breno
21-
* \subsection name3 Filipi
22-
* \subsection name4 Igor Bispo
23-
*
20+
* \subsection step2 Step 2: Execution
21+
*
22+
* Run the resulting execute file with ./main.out \['file.class' without the posfix '.class'\] (le/i)
23+
* \n where le and i choose if will be displayed the reader and exhibitor (le), the interpreter result (i) or both (no param).
24+
*
25+
* \section students_sec Information
26+
*
27+
* \subsection topic1 Students:
28+
* Giordano S. Monteiro - 17/0011160\n
29+
* Filipi Teles da Silva - 12/0117754\n
30+
* Breno A. F. Bortolli - 17/0007014\n
31+
* Igor Bispo de Morais - 17/0050432\n
32+
* \subsection topic2 University
33+
* Universidade de Brasília
34+
* \subsection topic3 Course
35+
* Software Básico - 2019/2 - Marcelo Ladeira
2436
*/
2537

2638
int main(int argc, char *argv[]) {

0 commit comments

Comments
 (0)