An open API service indexing awesome lists of open source software.

https://github.com/vomnes/script_test_corewar

Script_Test_Corewar
https://github.com/vomnes/script_test_corewar

corewar shell-script

Last synced: 7 months ago
JSON representation

Script_Test_Corewar

Awesome Lists containing this project

README

          

# Script_Test_Corewar
`sh test.sh ` --> Check the binary code generated by the ASM

![alt text](https://github.com/vomnes/Script_Test_Corewar/blob/master/Screenshot/Binary_Output.png "Binary Output")

`./*.sCOMPIL` --> Check ASM error messages

![alt text](https://github.com/vomnes/Script_Test_Corewar/blob/master/Screenshot/ASM_Message_Compilator.png "ASM Message Compilator")

`sh grep_opcode_file.sh ` --> Check the opcodes inside the pseudo asm

![alt text](https://github.com/vomnes/Script_Test_Corewar/blob/master/Screenshot/Check_Opcode.png "Check Opcode")

`sh test_vm.sh` --> Check the VM output with the verbose mode / Needs to adapt according to your needs

![alt text](https://github.com/vomnes/Script_Test_Corewar/blob/master/Screenshot/Check_corewar_verbose.png "Check corewar verbose")