Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 817 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 817 Bytes

Script_Test_Corewar

sh test.sh <file.s> --> Check the binary code generated by the ASM

alt text

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

alt text

sh grep_opcode_file.sh <file.s> --> Check the opcodes inside the pseudo asm

alt text

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

alt text