Change the program name and rework spelling

This commit is contained in:
lux
2017-10-04 23:59:35 +02:00
parent f47a7c9597
commit d67adbc8b1
4 changed files with 7 additions and 7 deletions

View File

@ -173,6 +173,6 @@ bool execute(uint8_t op_code, int data_addr, uint16_t *ram) // jump if true
case 14: ; break; //NOP
case 15: ; break; //NOP
}
return jump;
return jump;
}