ninezerozeronine / chip-computer

An 8 bit computer made from 74 series chips!
MIT License
0 stars 0 forks source link

Update docs and code to reflect lack of: CALL const #77

Closed ninezerozeronine closed 4 years ago

ninezerozeronine commented 4 years ago

CALL const is still in the language table, and hinted at in the module docstring make a note about the workaround of setting a module to a constant first them jumping to that.

There's not enough micro instructions to execute it :(

ninezerozeronine commented 4 years ago

Turns out it is possible to write a CALL CONST instruction!