Introduce pet-projects dir
commitfccbde83c65ca463aa4af6907fca9c43d1cb11c6
authorLuiz Capitulino <lcapitulino@gmail.com>
Mon, 13 Sep 2010 14:50:22 +0000 (13 11:50 -0300)
committerLuiz Capitulino <lcapitulino@gmail.com>
Mon, 13 Sep 2010 14:50:22 +0000 (13 11:50 -0300)
tree42eaf8a390bd63cc6d563cf5f98b644434b7f4fd
parent3beb73098be83f2edc1a7b890a8f29a901504598
Introduce pet-projects dir

...and move some stuff there in.

Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
288 files changed:
pet-projects/DLW-1e/Documentation/instruction-set.txt [moved from DLW-1e/Documentation/instruction-set.txt with 100% similarity]
pet-projects/DLW-1e/Documentation/opcode.txt [moved from DLW-1e/Documentation/opcode.txt with 100% similarity]
pet-projects/DLW-1e/Documentation/overview.txt [moved from DLW-1e/Documentation/overview.txt with 100% similarity]
pet-projects/DLW-1e/TODO [moved from DLW-1e/TODO with 100% similarity]
pet-projects/DLW-1e/das/Makefile [moved from DLW-1e/das/Makefile with 100% similarity]
pet-projects/DLW-1e/das/TODO [moved from DLW-1e/das/TODO with 100% similarity]
pet-projects/DLW-1e/das/create_bin.c [moved from DLW-1e/das/create_bin.c with 100% similarity]
pet-projects/DLW-1e/das/das.c [moved from DLW-1e/das/das.c with 100% similarity]
pet-projects/DLW-1e/das/diagram.dia [moved from DLW-1e/das/diagram.dia with 100% similarity]
pet-projects/DLW-1e/das/error.c [moved from DLW-1e/das/error.c with 100% similarity]
pet-projects/DLW-1e/das/error.h [moved from DLW-1e/das/error.h with 100% similarity]
pet-projects/DLW-1e/das/file.c [moved from DLW-1e/das/file.c with 100% similarity]
pet-projects/DLW-1e/das/file.h [moved from DLW-1e/das/file.h with 100% similarity]
pet-projects/DLW-1e/das/opcode.c [moved from DLW-1e/das/opcode.c with 100% similarity]
pet-projects/DLW-1e/das/opcode.h [moved from DLW-1e/das/opcode.h with 100% similarity]
pet-projects/DLW-1e/das/pass1.c [moved from DLW-1e/das/pass1.c with 100% similarity]
pet-projects/DLW-1e/das/pass1.h [moved from DLW-1e/das/pass1.h with 100% similarity]
pet-projects/DLW-1e/das/pass2.c [moved from DLW-1e/das/pass2.c with 100% similarity]
pet-projects/DLW-1e/das/pass2.h [moved from DLW-1e/das/pass2.h with 100% similarity]
pet-projects/DLW-1e/das/symbol_tbl.c [moved from DLW-1e/das/symbol_tbl.c with 100% similarity]
pet-projects/DLW-1e/das/symbol_tbl.h [moved from DLW-1e/das/symbol_tbl.h with 100% similarity]
pet-projects/DLW-1e/das/tests/das-tests [moved from DLW-1e/das/tests/das-tests with 100% similarity]
pet-projects/DLW-1e/das/tests/err_add1.asm [moved from DLW-1e/das/tests/err_add1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_add1.txt [moved from DLW-1e/das/tests/err_add1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_add2.asm [moved from DLW-1e/das/tests/err_add2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_add2.txt [moved from DLW-1e/das/tests/err_add2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_cmp1.asm [moved from DLW-1e/das/tests/err_cmp1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_cmp1.txt [moved from DLW-1e/das/tests/err_cmp1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_cmp2.asm [moved from DLW-1e/das/tests/err_cmp2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_cmp2.txt [moved from DLW-1e/das/tests/err_cmp2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst1.asm [moved from DLW-1e/das/tests/err_inst1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst1.txt [moved from DLW-1e/das/tests/err_inst1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst2.asm [moved from DLW-1e/das/tests/err_inst2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst2.txt [moved from DLW-1e/das/tests/err_inst2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst3.asm [moved from DLW-1e/das/tests/err_inst3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst3.txt [moved from DLW-1e/das/tests/err_inst3.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst4.asm [moved from DLW-1e/das/tests/err_inst4.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_inst4.txt [moved from DLW-1e/das/tests/err_inst4.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label1.asm [moved from DLW-1e/das/tests/err_label1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label1.txt [moved from DLW-1e/das/tests/err_label1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label2.asm [moved from DLW-1e/das/tests/err_label2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label2.txt [moved from DLW-1e/das/tests/err_label2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label3.asm [moved from DLW-1e/das/tests/err_label3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_label3.txt [moved from DLW-1e/das/tests/err_label3.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load1.asm [moved from DLW-1e/das/tests/err_load1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load1.txt [moved from DLW-1e/das/tests/err_load1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load2.asm [moved from DLW-1e/das/tests/err_load2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load2.txt [moved from DLW-1e/das/tests/err_load2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load3.asm [moved from DLW-1e/das/tests/err_load3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_load3.txt [moved from DLW-1e/das/tests/err_load3.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_store1.asm [moved from DLW-1e/das/tests/err_store1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_store1.txt [moved from DLW-1e/das/tests/err_store1.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/err_store2.asm [moved from DLW-1e/das/tests/err_store2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/err_store2.txt [moved from DLW-1e/das/tests/err_store2.txt with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_com1.asm [moved from DLW-1e/das/tests/p1_com1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_com1.p1 [moved from DLW-1e/das/tests/p1_com1.p1 with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_com2.asm [moved from DLW-1e/das/tests/p1_com2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_com2.p1 [moved from DLW-1e/das/tests/p1_com2.p1 with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_label1.asm [moved from DLW-1e/das/tests/p1_label1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p1_label1.p1 [moved from DLW-1e/das/tests/p1_label1.p1 with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add1.asm [moved from DLW-1e/das/tests/p2_add1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add1.bin [moved from DLW-1e/das/tests/p2_add1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add2.asm [moved from DLW-1e/das/tests/p2_add2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add2.bin [moved from DLW-1e/das/tests/p2_add2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add3.asm [moved from DLW-1e/das/tests/p2_add3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add3.bin [moved from DLW-1e/das/tests/p2_add3.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add4.asm [moved from DLW-1e/das/tests/p2_add4.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add4.bin [moved from DLW-1e/das/tests/p2_add4.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add5.asm [moved from DLW-1e/das/tests/p2_add5.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_add5.bin [moved from DLW-1e/das/tests/p2_add5.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_cmp1.asm [moved from DLW-1e/das/tests/p2_cmp1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_cmp1.bin [moved from DLW-1e/das/tests/p2_cmp1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_cmp2.asm [moved from DLW-1e/das/tests/p2_cmp2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_cmp2.bin [moved from DLW-1e/das/tests/p2_cmp2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_halt.asm [moved from DLW-1e/das/tests/p2_halt.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_halt.bin [moved from DLW-1e/das/tests/p2_halt.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump1.asm [moved from DLW-1e/das/tests/p2_jump1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump1.bin [moved from DLW-1e/das/tests/p2_jump1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump2.asm [moved from DLW-1e/das/tests/p2_jump2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump2.bin [moved from DLW-1e/das/tests/p2_jump2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump3.asm [moved from DLW-1e/das/tests/p2_jump3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_jump3.bin [moved from DLW-1e/das/tests/p2_jump3.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_label1.asm [moved from DLW-1e/das/tests/p2_label1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_label1.bin [moved from DLW-1e/das/tests/p2_label1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_load1.asm [moved from DLW-1e/das/tests/p2_load1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_load1.bin [moved from DLW-1e/das/tests/p2_load1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_load2.asm [moved from DLW-1e/das/tests/p2_load2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_load2.bin [moved from DLW-1e/das/tests/p2_load2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_store1.asm [moved from DLW-1e/das/tests/p2_store1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_store1.bin [moved from DLW-1e/das/tests/p2_store1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_store2.asm [moved from DLW-1e/das/tests/p2_store2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_store2.bin [moved from DLW-1e/das/tests/p2_store2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub1.asm [moved from DLW-1e/das/tests/p2_sub1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub1.bin [moved from DLW-1e/das/tests/p2_sub1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub2.asm [moved from DLW-1e/das/tests/p2_sub2.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub2.bin [moved from DLW-1e/das/tests/p2_sub2.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub3.asm [moved from DLW-1e/das/tests/p2_sub3.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/p2_sub3.bin [moved from DLW-1e/das/tests/p2_sub3.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/prog_prog1.asm [moved from DLW-1e/das/tests/prog_prog1.asm with 100% similarity]
pet-projects/DLW-1e/das/tests/prog_prog1.bin [moved from DLW-1e/das/tests/prog_prog1.bin with 100% similarity]
pet-projects/DLW-1e/das/tests/tests.conf [moved from DLW-1e/das/tests/tests.conf with 100% similarity]
pet-projects/emu8086/README [moved from emu8086/README with 100% similarity]
pet-projects/emu8086/docs/8086-datasheet.pdf [moved from emu8086/docs/8086-datasheet.pdf with 100% similarity]
pet-projects/emu8086/docs/8086_instruction_set.html [moved from emu8086/docs/8086_instruction_set.html with 100% similarity]
pet-projects/emu8086/docs/8086_instruction_set_files/back_to_top.gif [moved from emu8086/docs/8086_instruction_set_files/back_to_top.gif with 100% similarity]
pet-projects/emu8086/docs/8086_instruction_set_files/style1.css [moved from emu8086/docs/8086_instruction_set_files/style1.css with 100% similarity]
pet-projects/emu8086/docs/8086_instruction_set_files/z_bot_menu.html [moved from emu8086/docs/8086_instruction_set_files/z_bot_menu.html with 100% similarity]
pet-projects/emu8086/docs/8086_instruction_set_files/z_top_menu.html [moved from emu8086/docs/8086_instruction_set_files/z_top_menu.html with 100% similarity]
pet-projects/emu8086/src/Emulator.java [moved from emu8086/src/Emulator.java with 100% similarity]
pet-projects/emu8086/src/EmulatorShell.java [moved from emu8086/src/EmulatorShell.java with 100% similarity]
pet-projects/emu8086/src/Inst8086.java [moved from emu8086/src/Inst8086.java with 100% similarity]
pet-projects/emu8086/src/InvalidMemException.java [moved from emu8086/src/InvalidMemException.java with 100% similarity]
pet-projects/emu8086/src/InvalidRegisterException.java [moved from emu8086/src/InvalidRegisterException.java with 100% similarity]
pet-projects/emu8086/src/ProcStatus.java [moved from emu8086/src/ProcStatus.java with 100% similarity]
pet-projects/emu8086/src/Processor.java [moved from emu8086/src/Processor.java with 100% similarity]
pet-projects/emu8086/src/RAMMemory.java [moved from emu8086/src/RAMMemory.java with 100% similarity]
pet-projects/emu8086/src/Reg8086.java [moved from emu8086/src/Reg8086.java with 100% similarity]
pet-projects/emu8086/src/RegFlags.java [moved from emu8086/src/RegFlags.java with 100% similarity]
pet-projects/emu8086/src/UnkInstructionException.java [moved from emu8086/src/UnkInstructionException.java with 100% similarity]
pet-projects/emu8086/src/dump.c [moved from emu8086/src/dump.c with 100% similarity]
pet-projects/emu8086/tests/Makefile [moved from emu8086/tests/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg1/Makefile [moved from emu8086/tests/arithmetic/add-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg1/add-reg1.S [moved from emu8086/tests/arithmetic/add-reg1/add-reg1.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg1/expected.txt [moved from emu8086/tests/arithmetic/add-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg1/test.e [moved from emu8086/tests/arithmetic/add-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg2/Makefile [moved from emu8086/tests/arithmetic/add-reg2/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg2/add-reg2.S [moved from emu8086/tests/arithmetic/add-reg2/add-reg2.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg2/expected.txt [moved from emu8086/tests/arithmetic/add-reg2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/add-reg2/test.e [moved from emu8086/tests/arithmetic/add-reg2/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg1/Makefile [moved from emu8086/tests/arithmetic/dec-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg1/dec-reg1.S [moved from emu8086/tests/arithmetic/dec-reg1/dec-reg1.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg1/expected.txt [moved from emu8086/tests/arithmetic/dec-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg1/test.e [moved from emu8086/tests/arithmetic/dec-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg2/Makefile [moved from emu8086/tests/arithmetic/dec-reg2/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg2/dec-reg2.S [moved from emu8086/tests/arithmetic/dec-reg2/dec-reg2.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg2/expected.txt [moved from emu8086/tests/arithmetic/dec-reg2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/dec-reg2/test.e [moved from emu8086/tests/arithmetic/dec-reg2/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg1/Makefile [moved from emu8086/tests/arithmetic/inc-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg1/expected.txt [moved from emu8086/tests/arithmetic/inc-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg1/inc-reg1.S [moved from emu8086/tests/arithmetic/inc-reg1/inc-reg1.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg1/test.e [moved from emu8086/tests/arithmetic/inc-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg2/Makefile [moved from emu8086/tests/arithmetic/inc-reg2/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg2/expected.txt [moved from emu8086/tests/arithmetic/inc-reg2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg2/inc-reg2.S [moved from emu8086/tests/arithmetic/inc-reg2/inc-reg2.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/inc-reg2/test.e [moved from emu8086/tests/arithmetic/inc-reg2/test.e with 100% similarity]
pet-projects/emu8086/tests/arithmetic/order.txt [moved from emu8086/tests/arithmetic/order.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/sub-reg1/Makefile [moved from emu8086/tests/arithmetic/sub-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/arithmetic/sub-reg1/expected.txt [moved from emu8086/tests/arithmetic/sub-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/arithmetic/sub-reg1/sub-reg1.S [moved from emu8086/tests/arithmetic/sub-reg1/sub-reg1.S with 100% similarity]
pet-projects/emu8086/tests/arithmetic/sub-reg1/test.e [moved from emu8086/tests/arithmetic/sub-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/control/cmc/Makefile [moved from emu8086/tests/control/cmc/Makefile with 100% similarity]
pet-projects/emu8086/tests/control/cmc/cmc1.S [moved from emu8086/tests/control/cmc/cmc1.S with 100% similarity]
pet-projects/emu8086/tests/control/cmc/cmc2.S [moved from emu8086/tests/control/cmc/cmc2.S with 100% similarity]
pet-projects/emu8086/tests/control/cmc/expected.txt [moved from emu8086/tests/control/cmc/expected.txt with 100% similarity]
pet-projects/emu8086/tests/control/cmc/test.e [moved from emu8086/tests/control/cmc/test.e with 100% similarity]
pet-projects/emu8086/tests/control/order.txt [moved from emu8086/tests/control/order.txt with 100% similarity]
pet-projects/emu8086/tests/control/set-flags/Makefile [moved from emu8086/tests/control/set-flags/Makefile with 100% similarity]
pet-projects/emu8086/tests/control/set-flags/expected.txt [moved from emu8086/tests/control/set-flags/expected.txt with 100% similarity]
pet-projects/emu8086/tests/control/set-flags/set-flags.S [moved from emu8086/tests/control/set-flags/set-flags.S with 100% similarity]
pet-projects/emu8086/tests/control/set-flags/test.e [moved from emu8086/tests/control/set-flags/test.e with 100% similarity]
pet-projects/emu8086/tests/control/unset-flags/Makefile [moved from emu8086/tests/control/unset-flags/Makefile with 100% similarity]
pet-projects/emu8086/tests/control/unset-flags/expected.txt [moved from emu8086/tests/control/unset-flags/expected.txt with 100% similarity]
pet-projects/emu8086/tests/control/unset-flags/set-flags.S [moved from emu8086/tests/control/unset-flags/set-flags.S with 100% similarity]
pet-projects/emu8086/tests/control/unset-flags/test.e [moved from emu8086/tests/control/unset-flags/test.e with 100% similarity]
pet-projects/emu8086/tests/control/unset-flags/unset-flags.S [moved from emu8086/tests/control/unset-flags/unset-flags.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem1/Makefile [moved from emu8086/tests/data-transfer/acc-to-mem1/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem1/acc-to-mem1.S [moved from emu8086/tests/data-transfer/acc-to-mem1/acc-to-mem1.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem1/expected.txt [moved from emu8086/tests/data-transfer/acc-to-mem1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem1/test.e [moved from emu8086/tests/data-transfer/acc-to-mem1/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem2/Makefile [moved from emu8086/tests/data-transfer/acc-to-mem2/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem2/acc-to-mem2.S [moved from emu8086/tests/data-transfer/acc-to-mem2/acc-to-mem2.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem2/expected.txt [moved from emu8086/tests/data-transfer/acc-to-mem2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/acc-to-mem2/test.e [moved from emu8086/tests/data-transfer/acc-to-mem2/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg1/Makefile [moved from emu8086/tests/data-transfer/imm-to-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg1/expected.txt [moved from emu8086/tests/data-transfer/imm-to-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg1/imm-to-reg1.S [moved from emu8086/tests/data-transfer/imm-to-reg1/imm-to-reg1.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg1/test.e [moved from emu8086/tests/data-transfer/imm-to-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg2/Makefile [moved from emu8086/tests/data-transfer/imm-to-reg2/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg2/expected.txt [moved from emu8086/tests/data-transfer/imm-to-reg2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg2/imm-to-reg2.S [moved from emu8086/tests/data-transfer/imm-to-reg2/imm-to-reg2.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg2/test.e [moved from emu8086/tests/data-transfer/imm-to-reg2/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg3/Makefile [moved from emu8086/tests/data-transfer/imm-to-reg3/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg3/expected.txt [moved from emu8086/tests/data-transfer/imm-to-reg3/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg3/imm-to-reg3.S [moved from emu8086/tests/data-transfer/imm-to-reg3/imm-to-reg3.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg3/test.e [moved from emu8086/tests/data-transfer/imm-to-reg3/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg4/Makefile [moved from emu8086/tests/data-transfer/imm-to-reg4/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg4/expected.txt [moved from emu8086/tests/data-transfer/imm-to-reg4/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg4/imm-to-reg4.S [moved from emu8086/tests/data-transfer/imm-to-reg4/imm-to-reg4.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/imm-to-reg4/test.e [moved from emu8086/tests/data-transfer/imm-to-reg4/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc1/Makefile [moved from emu8086/tests/data-transfer/mem-to-acc1/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc1/expected.txt [moved from emu8086/tests/data-transfer/mem-to-acc1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc1/mem-to-acc1.S [moved from emu8086/tests/data-transfer/mem-to-acc1/mem-to-acc1.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc1/test.e [moved from emu8086/tests/data-transfer/mem-to-acc1/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc2/Makefile [moved from emu8086/tests/data-transfer/mem-to-acc2/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc2/expected.txt [moved from emu8086/tests/data-transfer/mem-to-acc2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc2/mem-to-acc2.S [moved from emu8086/tests/data-transfer/mem-to-acc2/mem-to-acc2.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/mem-to-acc2/test.e [moved from emu8086/tests/data-transfer/mem-to-acc2/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/order.txt [moved from emu8086/tests/data-transfer/order.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg1/Makefile [moved from emu8086/tests/data-transfer/reg-to-reg1/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg1/expected.txt [moved from emu8086/tests/data-transfer/reg-to-reg1/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg1/reg-to-reg1.S [moved from emu8086/tests/data-transfer/reg-to-reg1/reg-to-reg1.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg1/test.e [moved from emu8086/tests/data-transfer/reg-to-reg1/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg2/Makefile [moved from emu8086/tests/data-transfer/reg-to-reg2/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg2/expected.txt [moved from emu8086/tests/data-transfer/reg-to-reg2/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg2/reg-to-reg2.S [moved from emu8086/tests/data-transfer/reg-to-reg2/reg-to-reg2.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg2/test.e [moved from emu8086/tests/data-transfer/reg-to-reg2/test.e with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg3/Makefile [moved from emu8086/tests/data-transfer/reg-to-reg3/Makefile with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg3/expected.txt [moved from emu8086/tests/data-transfer/reg-to-reg3/expected.txt with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg3/reg-to-reg3.S [moved from emu8086/tests/data-transfer/reg-to-reg3/reg-to-reg3.S with 100% similarity]
pet-projects/emu8086/tests/data-transfer/reg-to-reg3/test.e [moved from emu8086/tests/data-transfer/reg-to-reg3/test.e with 100% similarity]
pet-projects/emu8086/tests/run-tests [moved from emu8086/tests/run-tests with 100% similarity]
pet-projects/games/allegro-demo/Makefile [moved from games/allegro-demo/Makefile with 100% similarity]
pet-projects/games/allegro-demo/Tux.bmp [moved from games/allegro-demo/Tux.bmp with 100% similarity]
pet-projects/games/allegro-demo/allegro-test.c [moved from games/allegro-demo/allegro-test.c with 100% similarity]
pet-projects/games/allegro-demo/gnu.bmp [moved from games/allegro-demo/gnu.bmp with 100% similarity]
pet-projects/games/hangman/Makefile [moved from games/hangman/Makefile with 100% similarity]
pet-projects/games/hangman/README [moved from games/hangman/README with 100% similarity]
pet-projects/games/hangman/TODO [moved from games/hangman/TODO with 100% similarity]
pet-projects/games/hangman/VERSIONS [moved from games/hangman/VERSIONS with 100% similarity]
pet-projects/games/hangman/dict.c [moved from games/hangman/dict.c with 100% similarity]
pet-projects/games/hangman/dict.h [moved from games/hangman/dict.h with 100% similarity]
pet-projects/games/hangman/dict.txt [moved from games/hangman/dict.txt with 100% similarity]
pet-projects/games/hangman/game.c [moved from games/hangman/game.c with 100% similarity]
pet-projects/games/hangman/game.h [moved from games/hangman/game.h with 100% similarity]
pet-projects/games/hangman/main.c [moved from games/hangman/main.c with 100% similarity]
pet-projects/games/hangman/misc.c [moved from games/hangman/misc.c with 100% similarity]
pet-projects/games/hangman/misc.h [moved from games/hangman/misc.h with 100% similarity]
pet-projects/games/microballs/Makefile [moved from games/microballs/Makefile with 100% similarity]
pet-projects/games/microballs/README [moved from games/microballs/README with 100% similarity]
pet-projects/games/microballs/VERSIONS [moved from games/microballs/VERSIONS with 100% similarity]
pet-projects/games/microballs/board.c [moved from games/microballs/board.c with 100% similarity]
pet-projects/games/microballs/board.h [moved from games/microballs/board.h with 100% similarity]
pet-projects/games/microballs/computer.c [moved from games/microballs/computer.c with 100% similarity]
pet-projects/games/microballs/computer.h [moved from games/microballs/computer.h with 100% similarity]
pet-projects/games/microballs/mballs.c [moved from games/microballs/mballs.c with 100% similarity]
pet-projects/games/microballs/mballs.h [moved from games/microballs/mballs.h with 100% similarity]
pet-projects/games/microballs/misc.c [moved from games/microballs/misc.c with 100% similarity]
pet-projects/games/microballs/misc.h [moved from games/microballs/misc.h with 100% similarity]
pet-projects/games/puzzle/LEIAME [moved from games/puzzle/LEIAME with 100% similarity]
pet-projects/games/puzzle/default.jpg [moved from games/puzzle/default.jpg with 100% similarity]
pet-projects/games/puzzle/parliament.jpg [moved from games/puzzle/parliament.jpg with 100% similarity]
pet-projects/games/puzzle/quebra-cabeca [moved from games/puzzle/quebra-cabeca with 100% similarity]
pet-projects/games/puzzle/quebra-cabeca2 [moved from games/puzzle/quebra-cabeca2 with 100% similarity]
pet-projects/games/seabattle/Makefile [moved from games/seabattle/Makefile with 100% similarity]
pet-projects/games/seabattle/README [moved from games/seabattle/README with 100% similarity]
pet-projects/games/seabattle/arcc.bmp [moved from games/seabattle/arcc.bmp with 100% similarity]
pet-projects/games/seabattle/arcc_hit.bmp [moved from games/seabattle/arcc_hit.bmp with 100% similarity]
pet-projects/games/seabattle/dest.bmp [moved from games/seabattle/dest.bmp with 100% similarity]
pet-projects/games/seabattle/dest_hit.bmp [moved from games/seabattle/dest_hit.bmp with 100% similarity]
pet-projects/games/seabattle/report/capa [moved from games/seabattle/report/capa with 100% similarity]
pet-projects/games/seabattle/report/relatorio.odt [moved from games/seabattle/report/relatorio.odt with 100% similarity]
pet-projects/games/seabattle/seabattle.c [moved from games/seabattle/seabattle.c with 100% similarity]
pet-projects/games/seabattle/sub.bmp [moved from games/seabattle/sub.bmp with 100% similarity]
pet-projects/games/seabattle/sub_hit.bmp [moved from games/seabattle/sub_hit.bmp with 100% similarity]
pet-projects/games/seabattle/water.bmp [moved from games/seabattle/water.bmp with 100% similarity]
pet-projects/games/seabattle/water_hit.bmp [moved from games/seabattle/water_hit.bmp with 100% similarity]
pet-projects/games/ttt3p/Makefile [moved from games/ttt3p/Makefile with 100% similarity]
pet-projects/games/ttt3p/README [moved from games/ttt3p/README with 100% similarity]
pet-projects/games/ttt3p/TODO [moved from games/ttt3p/TODO with 100% similarity]
pet-projects/games/ttt3p/VERSIONS [moved from games/ttt3p/VERSIONS with 100% similarity]
pet-projects/games/ttt3p/board.c [moved from games/ttt3p/board.c with 100% similarity]
pet-projects/games/ttt3p/board.h [moved from games/ttt3p/board.h with 100% similarity]
pet-projects/games/ttt3p/computer.c [moved from games/ttt3p/computer.c with 100% similarity]
pet-projects/games/ttt3p/computer.h [moved from games/ttt3p/computer.h with 100% similarity]
pet-projects/games/ttt3p/misc.c [moved from games/ttt3p/misc.c with 100% similarity]
pet-projects/games/ttt3p/misc.h [moved from games/ttt3p/misc.h with 100% similarity]
pet-projects/games/ttt3p/ttt3p.c [moved from games/ttt3p/ttt3p.c with 100% similarity]
pet-projects/games/ttt3p/ttt3p.h [moved from games/ttt3p/ttt3p.h with 100% similarity]
pet-projects/http/tiny-http [moved from http/tiny-http with 100% similarity]
pet-projects/http/tiny-http-proxy [moved from http/tiny-http-proxy with 100% similarity]
pet-projects/web/form-example.html [moved from web/form-example.html with 100% similarity]
pet-projects/web/fsbrowser/folder-icon.gif [moved from web/fsbrowser/folder-icon.gif with 100% similarity]
pet-projects/web/fsbrowser/fsbrowser.css [moved from web/fsbrowser/fsbrowser.css with 100% similarity]
pet-projects/web/fsbrowser/fsbrowser.php [moved from web/fsbrowser/fsbrowser.php with 100% similarity]
pet-projects/web/fsbrowser/image-icon.gif [moved from web/fsbrowser/image-icon.gif with 100% similarity]
pet-projects/web/fsbrowser/php-icon.gif [moved from web/fsbrowser/php-icon.gif with 100% similarity]
pet-projects/web/home-page/README [moved from web/home-page/README with 100% similarity]
pet-projects/web/home-page/index.html [moved from web/home-page/index.html with 100% similarity]
pet-projects/web/home-page/jos.html [moved from web/home-page/jos.html with 100% similarity]
pet-projects/web/home-page/junkcode.html [moved from web/home-page/junkcode.html with 100% similarity]
pet-projects/web/home-page/repos.html [moved from web/home-page/repos.html with 100% similarity]
pet-projects/web/home-page/style.css [moved from web/home-page/style.css with 100% similarity]
pet-projects/web/home-page/tcc.html [moved from web/home-page/tcc.html with 100% similarity]
pet-projects/web/horario-oop/diagrama-de-classes.dia [moved from web/horario-oop/diagrama-de-classes.dia with 100% similarity]
pet-projects/web/horario-oop/disciplina.php [moved from web/horario-oop/disciplina.php with 100% similarity]
pet-projects/web/horario-oop/horario.php [moved from web/horario-oop/horario.php with 100% similarity]
pet-projects/web/horario-oop/quadrohorario.php [moved from web/horario-oop/quadrohorario.php with 100% similarity]
pet-projects/web/timestable.php [moved from web/timestable.php with 100% similarity]