alexbrjo/MolassOS

View on GitHub
src/hardware/instructions/Stack.js

Summary

Maintainability
A
0 mins
Test Coverage
/** Instruction:     HLT                     Opcode:         0xFF         *
 *  Bytes:            1                      Alternatives:    -           *
 *  Affected flags:   -                                                   *
 *  Description: halts the cpu process                                   **/
operation[0xFF] = function () {};