alexbrjo/MolassOS

View on GitHub
src/hardware/Cpu.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Molasses8080 has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Molasses8080 (memory) {
    /** General, flag, program, stack registers */
    var reg = MolassesRegisters();
    /** The Memory of the cpu: 256 mb */
    var mem = (reg.memory = (memory || new Memory(256)));
Severity: Minor
Found in src/hardware/Cpu.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status