Introduce pet-projects dir
[lcapit-junk-code.git] / pet-projects / emu8086 / README
blob42bb5bd69fa5863f5dd4fa569e14433464caa7f6
1                                 Emu8086 Project
2                                 ===============
4                         Luiz Fernando Nogueira Capitulino
5                             <lcapitulino@gmail.com>
7 1. Running
9 Generate the .jar file (eg. from eclipse) and run it with:
11 $ java -jar emu8086.jar
13 2. Running the Test-Suite
15 To run the test suite, you need to move emu8086.jar into directory
16 tests, cd into it and run:
18 $ make check